Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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); in hlist_nulls_add_head_rcu()
169 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
184 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
/kernel/linux/linux-6.6/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); in hlist_nulls_add_head_rcu()
169 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
184 pos = rcu_dereference_raw(hlist_nulls_first_rcu(head)); \
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_standalone.c114 hlist_nulls_first_rcu(&st->hash[st->bucket])); in ct_get_first()
133 hlist_nulls_first_rcu(&st->hash[st->bucket])); in ct_get_next()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_standalone.c117 hlist_nulls_first_rcu(&st->hash[st->bucket])); in ct_get_first()
136 hlist_nulls_first_rcu(&st->hash[st->bucket])); in ct_get_next()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhashtab.c758 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c876 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key()

Completed in 11 milliseconds