Home
last modified time | relevance | path

Searched refs:hlist_nulls_for_each_entry_safe (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Drculist_nulls.h175 * hlist_nulls_for_each_entry_safe -
182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ macro
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_ecache.c66 hlist_nulls_for_each_entry_safe(h, n, &cnet->ecache.dying_list, hnnode) { in ecache_work_evict_list()
94 hlist_nulls_for_each_entry_safe(h, n, &evicted_list, hnnode) { in ecache_work_evict_list()
/kernel/linux/linux-6.6/include/linux/
H A Drculist_nulls.h175 * hlist_nulls_for_each_entry_safe -
182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhashtab.c1317 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements() function
1489 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch() function
2027 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free() function
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c1488 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements() function
1804 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch() function
2488 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free() function

Completed in 14 milliseconds