Home
last modified time | relevance | path

Searched refs:hash_64 (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
H A Dslab.h740 return KMALLOC_PARTITION_START + hash_64(token.v ^ random_kmalloc_seed, in __kmalloc_index()
/linux/tools/include/linux/
H A Dhash.h18 #define hash_long(val, bits) hash_64(val, bits)
72 #define hash_64 hash_64_generic macro
/linux/arch/parisc/include/asm/
H A Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64() function
/linux/kernel/bpf/
H A Dtrampoline.c81 head_ip = &trampoline_ip_table[hash_64(ip, TRAMPOLINE_HASH_BITS)]; in bpf_tramp_ftrace_ops_func()
380 head = &trampoline_key_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_update_fentry()
401 head = &trampoline_ip_table[hash_64(tr->ip, TRAMPOLINE_HASH_BITS)];
/linux/drivers/md/persistent-data/
H A Ddm-transaction-manager.c35 return hash_64(b, PREFETCH_BITS); in prefetch_hash()
/linux/drivers/md/
H A Ddm-cache-policy-smq.c636 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in __h_lookup()
672 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup()
689 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c450 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults()
528 hash = hash_64(key, AMDGPU_GMC_FAULT_HASH_ORDER); in amdgpu_gmc_filter_faults_remove()
/linux/tools/lib/perf/
H A Devlist.c343 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id_hash()
/linux/tools/perf/util/
H A Devlist.c680 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__id2evsel()
763 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in evlist__set_paused()
H A Dmachine.c2336 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in lbr_callchain_add_kernel_ip()
/linux/tools/perf/
H A Dbuiltin-inject.c1369 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS);
1428 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in synthesize_build_id()
/linux/drivers/md/bcache/
H A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c2018 idx = hash_64(value, 8); // tbd 8 in mac_vlan_lookup()
2048 idx = hash_64(val, 8); in mac_vlan_add()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1363 return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits); in gss_hash_cred()
/linux/fs/btrfs/
H A Draid56.c296 * This tends to upset hash_64, and it consistently in rbio_bucket()
301 return hash_64(num >> 16, BTRFS_STRIPE_HASH_TABLE_BITS); in rbio_bucket()
/linux/net/ipv4/
H A Droute.c627 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c1828 return hash_64(gfn, KVM_MMU_HASH_SHIFT); in mmu_page_add_parent_pte()
/linux/net/ipv6/
H A Droute.c1568 return hash_64(val, FIB6_EXCEPTION_BUCKET_SIZE_SHIFT); in rt6_exception_hash()
/linux/kernel/events/
H A Dcore.c11011 return hash_64(val, SWEVENT_HLIST_BITS); in find_swevent_head()