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 D | rculist_nulls.h | 175 * 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 D | nf_conntrack_ecache.c | 66 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 D | rculist_nulls.h | 175 * 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 D | hashtab.c | 1317 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 D | hashtab.c | 1488 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