Searched defs:hlist_for_each_entry_rcu_bh (Results 1 - 5 of 5) 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 | 764 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist.h | 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
|
Completed in 10 milliseconds