Home
last modified time | relevance | path

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

1234

/linux/mm/
H A Dmm_slot.h52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
/linux/scripts/gendwarfksyms/
H A Dcache.c21 hash_add(cache->cache, &ci->hash, hash_32(key)); in cache_set()
H A Dsymbols.c154 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 Ddie.c40 hash_add(die_map, &cd->hash, die_hash(cd->addr, state)); in create_die()
H A Dkabi.c237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()
/linux/scripts/include/
H A Dhashtable.h41 #define hash_add(table, node, key) \ macro
/linux/scripts/kconfig/
H A Dutil.c41 hash_add(file_hashtable, &file->node, hash); in file_lookup()
/linux/tools/include/linux/
H A Dhashtable.h57 #define hash_add(hashtable, node, key) \ macro
/linux/net/9p/
H A Derror.c187 hash_add(hash_errmap, &c->list, hash); in p9_error_init()
/linux/include/linux/
H A Dhashtable.h60 #define hash_add(hashtable, node, key) \ macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c119 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get()
H A Dindir_table.c293 hash_add(esw->fdb_table.offloads.indir->table, &e->hlist, in mlx5_esw_indir_table_entry_create()
/linux/drivers/firmware/arm_scmi/
H A Dquirks.c272 hash_add(scmi_quirks_ht, &quirk->hash, quirk->hkey); in scmi_quirks_initialize()
/linux/drivers/platform/x86/intel/
H A Dtpmi_power_domains.c201 hash_add(tpmi_cpu_hash, &info->hnode, info->punit_core_id); in tpmi_cpu_online()
/linux/fs/orangefs/
H 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/
H A Dmod_hdr.c115 hash_add(tbl->hlist, &mh->mod_hdr_hlist, hash_key); in mlx5e_mod_hdr_attach()
H A Dmapping.c62 hash_add(ctx->ht, &mi->node, hash_key); in mapping_add()
/linux/fs/smb/server/mgmt/
H A Dshare_config.c214 hash_add(shares_table, &share->hlist, share_name_hash(name)); in share_config_request()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H 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/fs/crypto/
H A Dkeysetup_v1.c206 hash_add(fscrypt_direct_keys, &to_insert->dk_node, hash_key); in find_or_insert_direct_key()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H 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/
H 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/
H A Dprops.c471 hash_add(prop_handlers_ht, &p->node, h); in btrfs_props_init()
/linux/net/smc/
H A Dsmc_loopback.c97 hash_add(ldev->dmb_ht, &dmb_node->list, dmb_node->token); in smc_lo_register_dmb()
/linux/drivers/net/ethernet/rocker/
H 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()

1234