Home
last modified time | relevance | path

Searched refs:hash_add_rcu (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c170 hash_add_rcu(entry->man->resources, &entry->hash.head, in vmw_cmdbuf_res_revert()
208 hash_add_rcu(man->resources, &cres->hash.head, cres->hash.key); in vmw_cmdbuf_res_add()
H A Dvmwgfx_validation.c261 hash_add_rcu(ctx->sw_context->res_ht, &bo_node->hash.head, in vmw_validation_add_bo()
308 hash_add_rcu(ctx->sw_context->res_ht, &node->hash.head, node->hash.key); in vmw_validation_add_resource()
/linux/security/selinux/ss/
H A Dsidtab.c343 hash_add_rcu(target->context_to_sid, &dst_convert->list, in sidtab_context_to_sid()
355 hash_add_rcu(s->context_to_sid, &dst->list, dst->hash); in sidtab_context_to_sid()
373 hash_add_rcu(s->context_to_sid, &entry->list, entry->hash); in sidtab_convert_hashtable()
/linux/net/netfilter/
H A Dnf_flow_table_xdp.c79 hash_add_rcu(nf_xdp_hashtable, &elem->hnode, key); in nf_flowtable_by_dev_insert()
/linux/include/linux/
H A Dhashtable.h64 * hash_add_rcu - add an object to a rcu enabled hashtable
69 #define hash_add_rcu(hashtable, node, key) \ macro
/linux/kernel/livepatch/
H A Dshadow.c157 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c118 hash_add_rcu(vxlan->htable, &vxlanp->hlist, port); in mlx5_vxlan_add_port()
/linux/net/rxrpc/
H A Dpeer_object.c326 hash_add_rcu(rxnet->peer_hash, &peer->hash_link, hash_key); in rxrpc_new_incoming_peer()
367 hash_add_rcu(rxnet->peer_hash, in rxrpc_lookup_peer()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c85 hash_add_rcu(htb->qos_tc2node, &node->hnode, classid); in mlx5e_htb_node_create_leaf()
102 hash_add_rcu(htb->qos_tc2node, &node->hnode, node->classid); in mlx5e_htb_node_create_root()
H A Dtc_tun_encap.c890 hash_add_rcu(esw->offloads.encap_tbl, &e->encap_hlist, hash_key); in mlx5e_attach_encap()
989 hash_add_rcu(esw->offloads.decap_tbl, &d->hlist, hash_key); in mlx5e_attach_decap()
/linux/fs/afs/
H A Dsecurity.c270 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c349 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbevf_ipsec_add_sa()
/linux/drivers/vhost/
H A Dvsock.c792 hash_add_rcu(vhost_vsock_hash, &vsock->hash, vsock->guest_cid); in vhost_vsock_set_cid()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c706 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbe_ipsec_add_sa()
/linux/drivers/hv/
H A Dmshv_root_main.c1882 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1559 hash_add_rcu(kfd_processes_table, &process->kfd_processes, in create_process()
/linux/fs/ceph/
H A Ddir.c1420 hash_add_rcu(fsc->async_unlink_conflict, &di->hnode, in ceph_unlink()
/linux/net/sched/
H A Dsch_api.c286 hash_add_rcu(qdisc_dev(q)->qdisc_hash, &q->hash, q->handle); in qdisc_hash_add()
H A Dcls_api.c184 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node, in tcf_proto_signal_destroying()
/linux/drivers/infiniband/core/
H A Ddevice.c2195 * We cannot do hash_add_rcu after a hash_del_rcu until the in add_ndev_hash()
2202 hash_add_rcu(ndev_hash, &pdata->ndev_hash_link, in add_ndev_hash()
/linux/drivers/infiniband/hw/irdma/
H A Dcm.c2137 hash_add_rcu(cm_core->cm_hash_tbl, &cm_node->list, key); in irdma_add_hte_node()
/linux/kernel/
H A Dworkqueue.c1372 hash_add_rcu(wci_hash, &ent->hash_node, (unsigned long)func); in wq_cpu_intensive_report()