Home
last modified time | relevance | path

Searched refs:rcu_dereference_raw_check (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Drculist.h796 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
799 pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_next_rcu(\
H A Dftrace.h455 * can use rcu_dereference_raw_check() is that elements removed from this list
457 * mechanism. The rcu_dereference_raw_check() calls are needed to handle
463 op = rcu_dereference_raw_check(list); \
470 while (likely(op = rcu_dereference_raw_check((op)->next)) && \
H A Drcupdate.h723 #define rcu_dereference_raw_check(p) \ macro
/linux/Documentation/RCU/
H A Dlockdep.rst58 rcu_dereference_raw_check(p):
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h540 return rcu_dereference_raw_check(kvm->memslots[0]); in kvm_memslots_raw()
/linux/kernel/trace/
H A Dtrace.c437 export = rcu_dereference_raw_check(ftrace_exports_list); in ftrace_exports()
440 export = rcu_dereference_raw_check(export->next); in ftrace_exports()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2130 For this reason, rcu_dereference_raw_check() is provided for use