Home
last modified time | relevance | path

Searched refs:hlist_for_each (Results 1 – 11 of 11) sorted by relevance

/linux/net/batman-adv/
H A Dhash.h96 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 Dlists.py46 def hlist_for_each(head): function
60 for node in hlist_for_each(head):
/linux/drivers/net/ethernet/sfc/
H A Drx_common.c684 hlist_for_each(node, head) { in efx_rps_hash_find()
703 hlist_for_each(node, head) { in efx_rps_hash_add()
728 hlist_for_each(node, head) { in efx_rps_hash_del()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c671 hlist_for_each(node, head) { in efx_siena_rps_hash_find()
690 hlist_for_each(node, head) { in efx_rps_hash_add()
716 hlist_for_each(node, head) { in efx_siena_rps_hash_del()
/linux/fs/
H A Dseq_file.c971 hlist_for_each(node, head) in seq_hlist_start()
1101 hlist_for_each(node, per_cpu_ptr(head, *cpu)) { in seq_hlist_start_percpu()
/linux/net/rxrpc/
H A Dlocal_object.c261 hlist_for_each(cursor, &rxnet->local_endpoints) { in rxrpc_lookup_local()
/linux/tools/include/linux/
H A Dlist.h717 #define hlist_for_each(pos, head) \ macro
/linux/arch/x86/kernel/
H A Dkvm.c106 hlist_for_each(p, &b->list) { in _find_apf_task()
/linux/kernel/
H A Dcpu.c211 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback()
236 hlist_for_each(node, &step->list) { in cpuhp_invoke_callback()
/linux/lib/tests/
H A Dlist-test.c1046 hlist_for_each(cur, &list) { in hlist_test_for_each()
/linux/net/bridge/
H A Dbr_multicast.c3312 hlist_for_each(rlist, mc_router_list) { in br_multicast_get_rport_slot()