Searched refs:hlist_for_each_entry_rcu_bh (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | peerlookup.c | 60 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()
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .clang-format | 330 - 'hlist_for_each_entry_rcu_bh'
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist.h | 764 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | whatisRCU.rst | 899 hlist_for_each_entry_rcu_bh
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrconf.c | 4530 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()
|