Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Drculist.h764 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
/kernel/linux/linux-5.10/
D.clang-format330 - 'hlist_for_each_entry_rcu_bh'
/kernel/linux/linux-5.10/Documentation/RCU/
DwhatisRCU.rst899 hlist_for_each_entry_rcu_bh
/kernel/linux/linux-5.10/net/ipv6/
Daddrconf.c4501 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()