| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf_res.c | 170 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 D | vmwgfx_validation.c | 261 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()
|
| H A D | ttm_object.c | 332 hash_add_rcu(tfile->ref_hash, &ref->hash.head, ref->hash.key); in ttm_ref_object_add()
|
| /linux/security/selinux/ss/ |
| H A D | sidtab.c | 343 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 D | nf_flow_table_xdp.c | 79 hash_add_rcu(nf_xdp_hashtable, &elem->hnode, key); in nf_flowtable_by_dev_insert()
|
| /linux/kernel/livepatch/ |
| H A D | shadow.c | 157 hash_add_rcu(klp_shadow_hash, &new_shadow->node, in __klp_shadow_get_or_alloc()
|
| /linux/include/linux/ |
| H A D | hashtable.h | 69 #define hash_add_rcu(hashtable, node, key) \ macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | vxlan.c | 118 hash_add_rcu(vxlan->htable, &vxlanp->hlist, port); in mlx5_vxlan_add_port()
|
| /linux/net/rxrpc/ |
| H A D | peer_object.c | 326 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 D | htb.c | 85 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()
|
| /linux/fs/afs/ |
| H A D | security.c | 303 hash_add_rcu(afs_permits_cache, &new->hash_node, new->h); in afs_cache_permit()
|
| /linux/net/mac802154/ |
| H A 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/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.c | 352 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbevf_ipsec_add_sa()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 503 hash_add_rcu(pn->l2tp_v3_session_htable, &session2->hlist, in l2tp_session_collision_add() 507 hash_add_rcu(pn->l2tp_v3_session_htable, &session1->hlist, in l2tp_session_collision_add()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | qos.c | 425 hash_add_rcu(pfvf->qos.qos_hlist, &node->hlist, node->classid); in otx2_qos_alloc_root() 530 hash_add_rcu(pfvf->qos.qos_hlist, &node->hlist, classid); in otx2_qos_sw_create_leaf_node()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ipsec.c | 706 hash_add_rcu(ipsec->rx_sa_list, &ipsec->rx_tbl[sa_idx].hlist, in ixgbe_ipsec_add_sa()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sriov.c | 721 hash_add_rcu(vfs->table, &vf->entry, vf_id); in ice_create_vf_entries()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 1916 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()
|
| /linux/fs/ceph/ |
| H A D | dir.c | 1420 hash_add_rcu(fsc->async_unlink_conflict, &di->hnode, in ceph_unlink()
|
| /linux/net/sched/ |
| H A D | sch_api.c | 286 hash_add_rcu(qdisc_dev(q)->qdisc_hash, &q->hash, q->handle); in qdisc_hash_add()
|
| H A D | cls_api.c | 184 hash_add_rcu(block->proto_destroy_ht, &tp->destroy_ht_node, in tcf_proto_signal_destroying()
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 2175 hash_add_rcu(ndev_hash, &pdata->ndev_hash_link, in add_ndev_hash()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core_main.c | 571 hash_add_rcu(card->local_addrs4, &addr->hnode, key); in qeth_add_local_addrs4() 614 hash_add_rcu(card->local_addrs6, &addr->hnode, key); in qeth_add_local_addrs6()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | cm.c | 2137 hash_add_rcu(cm_core->cm_hash_tbl, &cm_node->list, key); in irdma_add_hte_node()
|
| /linux/kernel/ |
| H A D | workqueue.c | 1402 hash_add_rcu(wci_hash, &ent->hash_node, (unsigned long)func); in wq_cpu_intensive_report()
|