Home
last modified time | relevance | path

Searched refs:rcu_dereference_raw_check (Results 1 – 6 of 6) 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.h461 op = rcu_dereference_raw_check(list); \
468 while (likely(op = rcu_dereference_raw_check((op)->next)) && \
H A Drcupdate.h729 #define rcu_dereference_raw_check(p) \ macro
/linux/Documentation/RCU/
H A Dlockdep.rst58 rcu_dereference_raw_check(p):
/linux/kernel/trace/
H A Dtrace.c392 export = rcu_dereference_raw_check(ftrace_exports_list); in ftrace_exports()
395 export = rcu_dereference_raw_check(export->next); in ftrace_exports()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2002 For this reason, rcu_dereference_raw_check() is provided for use