Home
last modified time | relevance | path

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

/include/linux/
Drculist.h356 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
386 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
447 for (pos = rcu_dereference(hlist_first_rcu(head)); \
463 for (pos = rcu_dereference_raw(hlist_first_rcu(head)); \