Searched refs:hash_add_rcu (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/linux/ |
D | hashtable.h | 69 #define hash_add_rcu(hashtable, node, key) \ macro
|
/Linux-v4.19/kernel/livepatch/ |
D | shadow.c | 169 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
|
/Linux-v4.19/net/rxrpc/ |
D | peer_object.c | 318 hash_add_rcu(rxnet->peer_hash, &peer->hash_link, hash_key); in rxrpc_new_incoming_peer() 360 hash_add_rcu(rxnet->peer_hash, in rxrpc_lookup_peer()
|
/Linux-v4.19/fs/afs/ |
D | security.c | 248 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 90 hash_add_rcu(ipsec->sadb_rx, &sa_entry->hlist, sa_entry->handle); in mlx5e_ipsec_sadb_rx_add()
|
/Linux-v4.19/net/mac802154/ |
D | llsec.c | 381 hash_add_rcu(sec->devices_short, &entry->bucket_s, skey); in mac802154_llsec_dev_add() 385 hash_add_rcu(sec->devices_hw, &entry->bucket_hw, hwkey); in mac802154_llsec_dev_add()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | offload.c | 518 hash_add_rcu(priv->flow_table, &flow_pay->link, flow->cookie); in nfp_flower_add_offload()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 674 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbe_ipsec_add_sa()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 542 hash_add_rcu(kfd_processes_table, &process->kfd_processes, in create_process()
|
/Linux-v4.19/net/sched/ |
D | sch_api.c | 284 hash_add_rcu(qdisc_dev(q)->qdisc_hash, &q->hash, q->handle); in qdisc_hash_add()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2594 hash_add_rcu(esw->offloads.encap_tbl, &e->encap_hlist, hash_key); in mlx5e_attach_encap()
|