Searched refs:hlist_for_each_entry_rcu_bh (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireguard/ |
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()
|
/linux/include/linux/ |
A D | rculist.h | 763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
|
/linux/ |
A D | .clang-format | 338 - 'hlist_for_each_entry_rcu_bh'
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_rx.c | 747 hlist_for_each_entry_rcu_bh(entry, bucket, hlist) { in mlx4_en_process_rx_cq()
|
/linux/Documentation/RCU/ |
A D | whatisRCU.rst | 898 hlist_for_each_entry_rcu_bh
|
/linux/net/ipv6/ |
A D | addrconf.c | 4490 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()
|
Completed in 35 milliseconds