Searched refs:hlist_nulls_for_each_entry_safe (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | rculist_nulls.h | 182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ macro
|
/kernel/linux/linux-5.10/ |
D | .clang-format | 338 - 'hlist_nulls_for_each_entry_safe'
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | hashtab.c | 1313 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements() 1485 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch() 2023 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free()
|