Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
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()
Dvmwgfx_validation.c278 hash_add_rcu(ctx->sw_context->res_ht, &bo_node->hash.head, in vmw_validation_add_bo()
326 hash_add_rcu(ctx->sw_context->res_ht, &node->hash.head, node->hash.key); in vmw_validation_add_resource()
Dttm_object.c335 hash_add_rcu(tfile->ref_hash, &ref->hash.head, ref->hash.key); in ttm_ref_object_add()
/Linux-v6.6/security/selinux/ss/
Dsidtab.c341 hash_add_rcu(target->context_to_sid, in sidtab_context_to_sid()
353 hash_add_rcu(s->context_to_sid, &dst->list, dst->hash); in sidtab_context_to_sid()
371 hash_add_rcu(s->context_to_sid, &entry->list, entry->hash); in sidtab_convert_hashtable()
/Linux-v6.6/include/linux/
Dhashtable.h69 #define hash_add_rcu(hashtable, node, key) \ macro
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c118 hash_add_rcu(vxlan->htable, &vxlanp->hlist, port); in mlx5_vxlan_add_port()
/Linux-v6.6/kernel/livepatch/
Dshadow.c157 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
/Linux-v6.6/net/rxrpc/
Dpeer_object.c315 hash_add_rcu(rxnet->peer_hash, &peer->hash_link, hash_key); in rxrpc_new_incoming_peer()
356 hash_add_rcu(rxnet->peer_hash, in rxrpc_lookup_peer()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
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()
Dtc_tun_encap.c884 hash_add_rcu(esw->offloads.encap_tbl, &e->encap_hlist, hash_key); in mlx5e_attach_encap()
983 hash_add_rcu(esw->offloads.decap_tbl, &d->hlist, hash_key); in mlx5e_attach_decap()
/Linux-v6.6/fs/afs/
Dsecurity.c270 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
/Linux-v6.6/net/mac802154/
Dllsec.c373 hash_add_rcu(sec->devices_short, &entry->bucket_s, skey); in mac802154_llsec_dev_add()
377 hash_add_rcu(sec->devices_hw, &entry->bucket_hw, hwkey); in mac802154_llsec_dev_add()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c346 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbevf_ipsec_add_sa()
/Linux-v6.6/drivers/vhost/
Dvsock.c776 hash_add_rcu(vhost_vsock_hash, &vsock->hash, vsock->guest_cid); in vhost_vsock_set_cid()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c420 hash_add_rcu(pfvf->qos.qos_hlist, &node->hlist, node->classid); in otx2_qos_alloc_root()
525 hash_add_rcu(pfvf->qos.qos_hlist, &node->hlist, classid); in otx2_qos_sw_create_leaf_node()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c703 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbe_ipsec_add_sa()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_sriov.c817 hash_add_rcu(vfs->table, &vf->entry, vf_id); in ice_create_vf_entries()
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c1503 hash_add_rcu(kfd_processes_table, &process->kfd_processes, in create_process()
/Linux-v6.6/fs/ceph/
Ddir.c1343 hash_add_rcu(fsc->async_unlink_conflict, &di->hnode, in ceph_unlink()
/Linux-v6.6/drivers/infiniband/core/
Ddevice.c2114 hash_add_rcu(ndev_hash, &pdata->ndev_hash_link, in add_ndev_hash()
/Linux-v6.6/net/sched/
Dsch_api.c284 hash_add_rcu(qdisc_dev(q)->qdisc_hash, &q->hash, q->handle); in qdisc_hash_add()
Dcls_api.c184 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node, in tcf_proto_signal_destroying()
/Linux-v6.6/drivers/s390/net/
Dqeth_core_main.c569 hash_add_rcu(card->local_addrs4, &addr->hnode, key); in qeth_add_local_addrs4()
612 hash_add_rcu(card->local_addrs6, &addr->hnode, key); in qeth_add_local_addrs6()
/Linux-v6.6/drivers/infiniband/hw/irdma/
Dcm.c2135 hash_add_rcu(cm_core->cm_hash_tbl, &cm_node->list, key); in irdma_add_hte_node()
/Linux-v6.6/kernel/
Dworkqueue.c1229 hash_add_rcu(wci_hash, &ent->hash_node, (unsigned long)func); in wq_cpu_intensive_report()