Home
last modified time | relevance | path

Searched refs:rcu_dereference_raw_notrace (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Drculist.h498 for (pos = hlist_entry_safe (rcu_dereference_raw_notrace(hlist_first_rcu(head)),\
501 pos = hlist_entry_safe(rcu_dereference_raw_notrace(hlist_next_rcu(\
Drcupdate.h787 #define rcu_dereference_raw_notrace(p) __rcu_dereference_check((p), 1, __rcu) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_book3s_64.h433 return rcu_dereference_raw_notrace(kvm->memslots); in kvm_memslots_raw()
/linux-4.1.27/kernel/trace/
Dftrace.c144 op = rcu_dereference_raw_notrace(list); \
151 while (likely(op = rcu_dereference_raw_notrace((op)->next)) && \
1517 hash.filter_hash = rcu_dereference_raw_notrace(ops->func_hash->filter_hash); in ftrace_ops_test()
1518 hash.notrace_hash = rcu_dereference_raw_notrace(ops->func_hash->notrace_hash); in ftrace_ops_test()