Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry_rcu_bh (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/wireguard/
Dpeerlookup.c60 hlist_for_each_entry_rcu_bh(iter_peer, pubkey_bucket(table, pubkey), in wg_pubkey_hashtable_lookup()
133 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert()
145 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert()
209 hlist_for_each_entry_rcu_bh(iter_entry, index_bucket(table, index), in wg_index_hashtable_lookup()
/linux-6.6.21/include/linux/
Drculist.h763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
/linux-6.6.21/
D.clang-format424 - 'hlist_for_each_entry_rcu_bh'
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c796 hlist_for_each_entry_rcu_bh(entry, bucket, hlist) { in mlx4_en_process_rx_cq()
/linux-6.6.21/Documentation/RCU/
DwhatisRCU.rst1002 hlist_for_each_entry_rcu_bh
/linux-6.6.21/net/ipv6/
Daddrconf.c4570 hlist_for_each_entry_rcu_bh(ifp, &net->ipv6.inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()