Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drculist.h495 for (pos = hlist_entry_safe (rcu_dereference_raw_notrace(hlist_first_rcu(head)),\
498 pos = hlist_entry_safe(rcu_dereference_raw_notrace(hlist_next_rcu(\
Drcupdate.h747 #define rcu_dereference_raw_notrace(p) __rcu_dereference_check((p), 1, __rcu) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_book3s_64.h433 return rcu_dereference_raw_notrace(kvm->memslots[0]); in kvm_memslots_raw()
/linux-4.4.14/kernel/trace/
Dftrace.c144 op = rcu_dereference_raw_notrace(list); \
151 while (likely(op = rcu_dereference_raw_notrace((op)->next)) && \
1527 hash.filter_hash = rcu_dereference_raw_notrace(ops->func_hash->filter_hash); in ftrace_ops_test()
1528 hash.notrace_hash = rcu_dereference_raw_notrace(ops->func_hash->notrace_hash); in ftrace_ops_test()