Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dhash.h110 hlist_for_each(node, head) { in batadv_hash_add()
157 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/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/lib/tests/
H A Dlist-test.c1046 hlist_for_each(cur, &list) { in hlist_test_for_each()
/linux/net/bridge/
H A Dbr_multicast.c3372 hlist_for_each(rlist, mc_router_list) { in br_multicast_get_rport_slot()