Searched defs:hlist_nulls_for_each_entry_safe (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | rculist_nulls.h | 182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | rculist_nulls.h | 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 8 milliseconds