Home
last modified time | relevance | path

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

1234

/linux/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/mm/
A Dmm_slot.h52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
/linux/scripts/include/
A Dhashtable.h41 #define hash_add(table, node, key) \ macro
/linux/scripts/kconfig/
A Dutil.c41 hash_add(file_hashtable, &file->node, hash); in file_lookup()
/linux/tools/include/linux/
A Dhashtable.h57 #define hash_add(hashtable, node, key) \ macro
/linux/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/include/linux/
A Dhashtable.h60 #define hash_add(hashtable, node, key) \ macro
/linux/drivers/platform/x86/intel/
A Dtpmi_power_domains.c189 hash_add(tpmi_cpu_hash, &info->hnode, info->punit_core_id); in tpmi_cpu_online()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dvporttbl.c119 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/drivers/soc/xilinx/
A Dxlnx_event_manager.c145 hash_add(reg_driver_map, &eve_data->hentry, key); in xlnx_add_cb_for_notify_event()
199 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
/linux/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/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/fs/smb/server/mgmt/
A Dshare_config.c214 hash_add(shares_table, &share->hlist, share_name_hash(name)); in share_config_request()
A Duser_session.c425 hash_add(sessions_table, &sess->hlist, sess->id); in __session_create()
/linux/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/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c169 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence()
/linux/drivers/scsi/lpfc/
A Dlpfc_vmid.c72 hash_add(vport->hash_table, &vmp->hnode, hash); in lpfc_put_vmid_in_hashtable()
/linux/fs/crypto/
A Dkeysetup_v1.c215 hash_add(fscrypt_direct_keys, &to_insert->dk_node, hash_key); in find_or_insert_direct_key()
/linux/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/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/fs/btrfs/
A Dprops.c471 hash_add(prop_handlers_ht, &p->node, h); in btrfs_props_init()
/linux/net/smc/
A Dsmc_loopback.c97 hash_add(ldev->dmb_ht, &dmb_node->list, dmb_node->token); in smc_lo_register_dmb()
/linux/drivers/firmware/arm_scmi/
A Dnotify.c894 hash_add(ni->pending_events_handlers, &hndl->hash, hndl->key); in scmi_allocate_event_handler()
950 hash_add(r_evt->proto->registered_events_handlers, in scmi_bind_event_handler()

Completed in 48 milliseconds

1234