Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/lib/
A Dhashtable_test.c43 hash_add(hash, &a.node, a.key); in hashtable_test_hash_empty()
56 hash_add(hash, &a.node, a.key); in hashtable_test_hash_hashed()
59 hash_add(hash, &b.node, b.key); in hashtable_test_hash_hashed()
74 hash_add(hash, &a.node, a.key); in hashtable_test_hash_add()
78 hash_add(hash, &b.node, b.key); in hashtable_test_hash_add()
102 hash_add(hash, &a.node, a.key); in hashtable_test_hash_del()
106 hash_add(hash, &b.node, b.key); in hashtable_test_hash_del()
135 hash_add(hash, &entries[i].node, entries[i].key); in hashtable_test_hash_for_each()
165 hash_add(hash, &entries[i].node, entries[i].key); in hashtable_test_hash_for_each_safe()
205 hash_add(hash, &entries[3].node, entries[3].key); in hashtable_test_hash_for_each_possible()
[all …]
/linux-6.3-rc2/mm/
A Dmm_slot.h52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
/linux-6.3-rc2/tools/include/linux/
A Dhashtable.h57 #define hash_add(hashtable, node, key) \ macro
/linux-6.3-rc2/security/safesetid/
A Dsecurityfs.c91 hash_add(pol->rules, &rule->next, __kuid_val(rule->src_id.uid)); in insert_rule()
93 hash_add(pol->rules, &rule->next, __kgid_val(rule->src_id.gid)); in insert_rule()
/linux-6.3-rc2/include/linux/
A Dhashtable.h60 #define hash_add(hashtable, node, key) \ macro
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dvporttbl.c110 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get()
A Dindir_table.c293 hash_add(esw->fdb_table.offloads.indir->table, &e->hlist, in mlx5_esw_indir_table_entry_create()
/linux-6.3-rc2/fs/ksmbd/mgmt/
A Dshare_config.c196 hash_add(shares_table, &share->hlist, share_name_hash(name)); in share_config_request()
A Duser_session.c331 hash_add(sessions_table, &sess->hlist, sess->id); in __session_create()
/linux-6.3-rc2/drivers/soc/xilinx/
A Dxlnx_event_manager.c130 hash_add(reg_driver_map, &eve_data->hentry, key); in xlnx_add_cb_for_notify_event()
184 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
/linux-6.3-rc2/fs/orangefs/
A Dxattr.c178 hash_add(orangefs_inode->xattr_cache, &cx->node, in orangefs_inode_getxattr()
232 hash_add(orangefs_inode->xattr_cache, &cx->node, in orangefs_inode_getxattr()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dmod_hdr.c115 hash_add(tbl->hlist, &mh->mod_hdr_hlist, hash_key); in mlx5e_mod_hdr_attach()
A Dmapping.c62 hash_add(ctx->ht, &mi->node, hash_key); in mapping_add()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c169 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dsample.c200 hash_add(tc_psample->hashtbl, &sampler->hlist, hash_key); in sampler_get()
296 hash_add(tc_psample->restore_hashtbl, &restore->hlist, obj_id); in sample_restore_get()
/linux-6.3-rc2/fs/crypto/
A Dkeysetup_v1.c214 hash_add(fscrypt_direct_keys, &to_insert->dk_node, hash_key); in find_or_insert_direct_key()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_vmid.c72 hash_add(vport->hash_table, &vmp->hnode, hash); in lpfc_put_vmid_in_hashtable()
/linux-6.3-rc2/fs/btrfs/
A Dprops.c469 hash_add(prop_handlers_ht, &p->node, h); in btrfs_props_init()
/linux-6.3-rc2/drivers/accel/habanalabs/common/mmu/
A Dmmu_v2_hr.c28 hash_add(ctx->hr_mmu_phys_hash, &pgt_info->node, phys_addr); in hl_mmu_v2_hr_add_pgt_info()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch_offloads_termtbl.c151 hash_add(esw->offloads.termtbl_tbl, &tt->termtbl_hlist, hash_key); in mlx5_eswitch_termtbl_get_create()
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Dnotify.c887 hash_add(ni->pending_events_handlers, &hndl->hash, hndl->key); in scmi_allocate_event_handler()
943 hash_add(r_evt->proto->registered_events_handlers, in scmi_bind_event_handler()
/linux-6.3-rc2/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c782 hash_add(ofdpa->flow_tbl, &found->entry, found->key_crc32); in ofdpa_flow_tbl_add()
1096 hash_add(ofdpa->group_tbl, &found->entry, found->group_id); in ofdpa_group_tbl_add()
1236 hash_add(ofdpa->neigh_tbl, &entry->entry, in ofdpa_neigh_add()
1929 hash_add(ofdpa->fdb_tbl, &fdb->entry, in ofdpa_port_fdb()
2250 hash_add(ofdpa->internal_vlan_tbl, &found->entry, found->ifindex); in ofdpa_port_internal_vlan_id_get()
/linux-6.3-rc2/drivers/s390/crypto/
A Dvfio_ap_ops.c735 hash_add(matrix_mdev->qtable.queues, &q->mdev_qnode, q->apqn); in vfio_ap_mdev_link_queue()
1011 hash_add(qtable->queues, &q->mdev_qnode, in vfio_ap_mdev_unlink_adapter()
1198 hash_add(qtable->queues, &q->mdev_qnode, in vfio_ap_mdev_unlink_domain()
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/
A Dvidtv_mux.c59 hash_add(m->pid_ctx, &ctx->h, pid); in vidtv_mux_create_pid_ctx_once()
/linux-6.3-rc2/drivers/platform/x86/intel/speed_select_if/
A Disst_if_common.c94 hash_add(isst_hash, &sst_cmd->hnode, sst_cmd->cmd); in isst_store_new_cmd()

Completed in 40 milliseconds

123