/linux/lib/tests/ |
H A D | hashtable_test.c | 43 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() 198 hash_add(has in hashtable_test_hash_for_each_possible() [all...] |
/linux/mm/ |
H A D | mm_slot.h | 52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
|
/linux/scripts/gendwarfksyms/ |
H A D | cache.c | 21 hash_add(cache->cache, &ci->hash, hash_32(key)); in cache_set()
|
H A D | symbols.c | 154 hash_add(symbol_names, &sym->name_hash, hash_str(sym->name)); in symbol_read_exports() 290 hash_add(symbol_addrs, &sym->addr_hash, in set_symbol_addr()
|
H A D | die.c | 40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
|
H A D | kabi.c | 237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
|
/linux/scripts/include/ |
H A D | hashtable.h | 36 * hash_add - add an object to a hashtable 41 #define hash_add(table, node, key) \ macro
|
/linux/tools/include/linux/ |
H A D | hashtable.h | 52 * hash_add - add an object to a hashtable 57 #define hash_add(hashtable, node, key) \ macro
|
/linux/security/safesetid/ |
H A D | securityfs.c | 91 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/net/9p/ |
H A D | error.c | 187 hash_add(hash_errmap, &c->list, hash); in p9_error_init()
|
/linux/include/linux/ |
H A D | hashtable.h | 55 * hash_add - add an object to a hashtable 60 #define hash_add(hashtable, node, key) \ macro
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | vporttbl.c | 119 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get()
|
H A D | indir_table.c | 293 hash_add(esw->fdb_table.offloads.indir->table, &e->hlist, in mlx5_esw_indir_table_entry_create()
|
/linux/drivers/platform/x86/intel/ |
H A D | tpmi_power_domains.c | 201 hash_add(tpmi_cpu_hash, &info->hnode, info->punit_core_id); in tpmi_cpu_online()
|
/linux/drivers/firmware/arm_scmi/ |
H A D | quirks.c | 272 hash_add(scmi_quirks_ht, &quirk->hash, quirk->hkey); in scmi_quirks_initialize()
|
/linux/fs/orangefs/ |
H A D | xattr.c | 178 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/ |
H A D | mod_hdr.c | 115 hash_add(tbl->hlist, &mh->mod_hdr_hlist, hash_key); in mlx5e_mod_hdr_attach()
|
H A D | mapping.c | 62 hash_add(ctx->ht, &mi->node, hash_key); in mapping_add()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.c | 200 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/fs/crypto/ |
H A D | keysetup_v1.c | 206 hash_add(fscrypt_direct_keys, &to_insert->dk_node, hash_key); in find_or_insert_direct_key()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.c | 176 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch_offloads_termtbl.c | 151 hash_add(esw->offloads.termtbl_tbl, &tt->termtbl_hlist, hash_key); in mlx5_eswitch_termtbl_get_create()
|
/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v2_hr.c | 28 hash_add(ctx->hr_mmu_phys_hash, &pgt_info->node, phys_addr); in hl_mmu_v2_hr_add_pgt_info()
|
/linux/fs/btrfs/ |
H A D | props.c | 471 hash_add(prop_handlers_ht, &p->node, h); in btrfs_props_init()
|
/linux/net/smc/ |
H A D | smc_loopback.c | 97 hash_add(ldev->dmb_ht, &dmb_node->list, dmb_node->token); in smc_lo_register_dmb()
|