Searched refs:hlist_nulls_first_rcu (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Drculist_nulls.h42 * hlist_nulls_first_rcu - returns the first element of the hash list.
45 #define hlist_nulls_first_rcu(head) \ macro
106 rcu_assign_pointer(hlist_nulls_first_rcu(h), n);
169 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
184 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
/linux-master/net/netfilter/
H A Dnf_conntrack_standalone.c117 hlist_nulls_first_rcu(&st->hash[st->bucket]));
136 hlist_nulls_first_rcu(&st->hash[st->bucket]));
/linux-master/kernel/bpf/
H A Dhashtab.c877 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)),

Completed in 275 milliseconds