Searched refs:hlist_for_each (Results 1 – 13 of 13) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | hash.h | 96 hlist_for_each(node, head) { in batadv_hash_add() 143 hlist_for_each(node, head) { in batadv_hash_remove()
|
| /linux/scripts/gdb/linux/ |
| H A D | lists.py | 46 def hlist_for_each(head): function 60 for node in hlist_for_each(head):
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 686 hlist_for_each(node, head) { in efx_rps_hash_find() 705 hlist_for_each(node, head) { in efx_rps_hash_add() 730 hlist_for_each(node, head) { in efx_rps_hash_del()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | rx_common.c | 673 hlist_for_each(node, head) { in efx_siena_rps_hash_find() 692 hlist_for_each(node, head) { in efx_rps_hash_add() 718 hlist_for_each(node, head) { in efx_siena_rps_hash_del()
|
| /linux/include/linux/ |
| H A D | list.h | 1148 #define hlist_for_each(pos, head) \ macro 1211 hlist_for_each(pos, head) in hlist_count_nodes()
|
| /linux/fs/ |
| H A D | seq_file.c | 970 hlist_for_each(node, head) in seq_hlist_start() 1100 hlist_for_each(node, per_cpu_ptr(head, *cpu)) { in seq_hlist_start_percpu()
|
| /linux/net/rxrpc/ |
| H A D | local_object.c | 261 hlist_for_each(cursor, &rxnet->local_endpoints) { in rxrpc_lookup_local()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 707 #define hlist_for_each(pos, head) \ macro
|
| /linux/ |
| H A D | .clang-format | 499 - 'hlist_for_each'
|
| /linux/arch/x86/kernel/ |
| H A D | kvm.c | 103 hlist_for_each(p, &b->list) { in _find_apf_task()
|
| /linux/kernel/ |
| H A D | cpu.c | 212 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback() 237 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback()
|
| /linux/lib/tests/ |
| H A D | list-test.c | 1046 hlist_for_each(cur, &list) { in hlist_test_for_each()
|
| /linux/net/bridge/ |
| H A D | br_multicast.c | 3321 hlist_for_each(rlist, mc_router_list) { in br_multicast_get_rport_slot()
|