Searched refs:hlist_for_each (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/net/batman-adv/ |
D | hash.h | 96 hlist_for_each(node, head) { in batadv_hash_add() 143 hlist_for_each(node, head) { in batadv_hash_remove()
|
/linux-6.1.9/scripts/gdb/linux/ |
D | lists.py | 46 def hlist_for_each(head): function 60 for node in hlist_for_each(head):
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | rx_common.c | 726 hlist_for_each(node, head) { in efx_rps_hash_find() 745 hlist_for_each(node, head) { in efx_rps_hash_add() 770 hlist_for_each(node, head) { in efx_rps_hash_del()
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 731 hlist_for_each(node, head) { in efx_siena_rps_hash_find() 750 hlist_for_each(node, head) { in efx_rps_hash_add() 776 hlist_for_each(node, head) { in efx_siena_rps_hash_del()
|
/linux-6.1.9/net/rxrpc/ |
D | local_object.c | 194 hlist_for_each(cursor, &rxnet->local_endpoints) { in rxrpc_lookup_local()
|
/linux-6.1.9/fs/ |
D | seq_file.c | 977 hlist_for_each(node, head) in seq_hlist_start() 1107 hlist_for_each(node, per_cpu_ptr(head, *cpu)) { in seq_hlist_start_percpu()
|
/linux-6.1.9/ |
D | .clang-format | 414 - 'hlist_for_each'
|
/linux-6.1.9/tools/include/linux/ |
D | list.h | 707 #define hlist_for_each(pos, head) \ macro
|
/linux-6.1.9/arch/x86/kernel/ |
D | kvm.c | 100 hlist_for_each(p, &b->list) { in _find_apf_task()
|
/linux-6.1.9/include/linux/ |
D | list.h | 1020 #define hlist_for_each(pos, head) \ macro
|
/linux-6.1.9/kernel/ |
D | cpu.c | 209 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback() 234 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback()
|
/linux-6.1.9/drivers/md/bcache/ |
D | sysfs.c | 708 hlist_for_each(p, h) in bch_cache_max_chain()
|
/linux-6.1.9/lib/ |
D | list-test.c | 1037 hlist_for_each(cur, &list) { in hlist_test_for_each()
|
/linux-6.1.9/kernel/bpf/ |
D | cgroup.c | 674 hlist_for_each(last, progs) { in __cgroup_bpf_attach()
|
/linux-6.1.9/net/bridge/ |
D | br_multicast.c | 3074 hlist_for_each(rlist, mc_router_list) { in br_multicast_get_rport_slot()
|