Searched refs:hlist_for_each_entry_rcu_bh (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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() function 133 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert() function 145 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert() function 209 hlist_for_each_entry_rcu_bh(iter_entry, index_bucket(table, index), in wg_index_hashtable_lookup() function
|
/kernel/linux/linux-6.6/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() function 133 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert() function 145 hlist_for_each_entry_rcu_bh(existing_entry, in wg_index_hashtable_insert() function 209 hlist_for_each_entry_rcu_bh(iter_entry, index_bucket(table, index), in wg_index_hashtable_lookup() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist.h | 755 * hlist_for_each_entry_rcu_bh - iterate over rcu list of given type 764 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist.h | 754 * hlist_for_each_entry_rcu_bh - iterate over rcu list of given type 763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 796 hlist_for_each_entry_rcu_bh(entry, bucket, hlist) { in mlx4_en_process_rx_cq() function
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 4512 hlist_for_each_entry_rcu_bh(ifp, &inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 4570 hlist_for_each_entry_rcu_bh(ifp, &net->ipv6.inet6_addr_lst[i], addr_lst) { in addrconf_verify_rtnl()
|
Completed in 21 milliseconds