Home
last modified time | relevance | path

Searched refs:hash_long (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_hashtab.c69 hashed_key = hash_long(key, ht->order); in drm_ht_verbose_list()
83 hashed_key = hash_long(key, ht->order); in drm_ht_find_key()
101 hashed_key = hash_long(key, ht->order); in drm_ht_find_key_rcu()
120 hashed_key = hash_long(key, ht->order); in drm_ht_insert_item()
150 unshifted_key = hash_long(seed, bits); in drm_ht_just_insert_please()
/linux-6.3-rc2/tools/include/linux/
A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
87 return hash_long((unsigned long)ptr, bits); in hash_ptr()
A Dhashtable.h29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/linux-6.3-rc2/include/linux/
A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
87 return hash_long((unsigned long)ptr, bits); in hash_ptr()
A Dstringhash.h55 return hash_long(hash, 32); in end_name_hash()
A Dhashtable.h32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/linux-6.3-rc2/drivers/md/
A Draid1.h215 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
A Ddm-clone-target.c605 return &clone->ht[hash_long(region_nr, HASH_TABLE_BITS)]; in get_hash_table_bucket()
/linux-6.3-rc2/io_uring/
A Dpoll.c122 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_insert()
133 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_delete()
144 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_insert_locked()
787 u32 index = hash_long(cd->data, table->hash_bits); in io_poll_find()
/linux-6.3-rc2/security/tomoyo/
A Dmemory.c163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
/linux-6.3-rc2/kernel/sched/
A Dwait_bit.c17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
/linux-6.3-rc2/fs/ecryptfs/
A Dmessaging.c23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
/linux-6.3-rc2/kernel/
A Ducount.c22 hash_long((unsigned long)__kuid_val(uid) + (unsigned long)(ns), \
/linux-6.3-rc2/arch/x86/mm/
A Dkmmio.c89 return &kmmio_page_table[hash_long(addr, KMMIO_PAGE_HASH_BITS)]; in kmmio_page_list()
/linux-6.3-rc2/fs/nfsd/
A Dnfs4idmap.c117 hash = hash_long(hash ^ ent->id, ENT_HASHBITS); in idtoname_hash()
/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify.c831 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_arfs.c467 bucket_idx = hash_long(l, ARFS_HASH_SHIFT); in arfs_hash_bucket()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-lock.c53 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS)
1000 hash ^= hash_long((unsigned long)node->ip, 64); in callchain_id()
/linux-6.3-rc2/net/sunrpc/
A Dsvcauth_unix.c416 return hash_long(from_kuid(&init_user_ns, uid), GID_HASHBITS); in unix_gid_hash()
/linux-6.3-rc2/lib/
A Ddebugobjects.c496 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()
/linux-6.3-rc2/kernel/locking/
A Dlockdep.c407 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS)
418 #define __chainhashfn(chain) hash_long(chain, CHAINHASH_BITS)
1212 unsigned long hash = hash_long((uintptr_t)key, KEYHASH_BITS); in keyhashentry()
/linux-6.3-rc2/drivers/md/bcache/
A Drequest.c740 s->iop.write_point = hash_long((unsigned long) current, 16); in search_alloc()
/linux-6.3-rc2/fs/
A Ddax.c173 hash = hash_long((unsigned long)xas->xa ^ index, DAX_WAIT_TABLE_BITS); in dax_entry_waitqueue()
/linux-6.3-rc2/kernel/trace/
A Dftrace.c720 key = hash_long(ip, FTRACE_PROFILE_HASH_BITS); in ftrace_find_profiled_func()
739 key = hash_long(rec->ip, FTRACE_PROFILE_HASH_BITS); in ftrace_add_profile()
1128 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
/linux-6.3-rc2/fs/fuse/
A Ddev.c204 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()

Completed in 95 milliseconds

12