Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlist_nulls.h34 #define hlist_nulls_entry_safe(ptr, type, member) \ macro
/openbmc/linux/kernel/bpf/
H A Dhashtab.c860 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
879 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key()
2008 elem = hlist_nulls_entry_safe(n, struct htab_elem, hash_node); in bpf_hash_map_seq_find_next()