Home
last modified time | relevance | path

Searched refs:hash_long (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hashtab.c70 hashed_key = hash_long(key, ht->order); in drm_ht_verbose_list()
84 hashed_key = hash_long(key, ht->order); in drm_ht_find_key()
102 hashed_key = hash_long(key, ht->order); in drm_ht_find_key_rcu()
121 hashed_key = hash_long(key, ht->order); in drm_ht_insert_item()
152 unshifted_key = hash_long(seed, bits); in drm_ht_just_insert_please()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H 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()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
90 return hash_long((unsigned long)ptr, bits); in hash_ptr()
H A Dhashtable.h29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/kernel/linux/linux-5.10/include/linux/
H A Dhash.h16 #define hash_long(val, bits) hash_32(val, bits) macro
18 #define hash_long(val, bits) hash_64(val, bits) macro
90 return hash_long((unsigned long)ptr, bits); in hash_ptr()
H A Dstringhash.h55 return hash_long(hash, 32); in end_name_hash()
H A Dhashtable.h32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/kernel/linux/linux-6.6/include/linux/
H 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()
H A Dstringhash.h55 return hash_long(hash, 32); in end_name_hash()
H A Dhashtable.h32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/kernel/linux/linux-6.6/tools/include/linux/
H 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()
H A Dhashtable.h29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
/kernel/linux/linux-5.10/drivers/md/
H A Draid1.h215 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.h214 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dfilecache.c534 unsigned int hashval = (unsigned int)hash_long(inode->i_ino, in nfsd_file_close_inode_sync()
554 unsigned int hashval = (unsigned int)hash_long(inode->i_ino, in nfsd_file_close_inode()
921 hashval = (unsigned int)hash_long(inode->i_ino, NFSD_FILE_HASH_BITS); in nfsd_file_is_cached()
954 hashval = (unsigned int)hash_long(inode->i_ino, NFSD_FILE_HASH_BITS); in nfsd_file_acquire()
/kernel/linux/linux-6.6/io_uring/
H 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()
795 u32 index = hash_long(cd->data, table->hash_bits); in io_poll_find()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwait_bit.c17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
/kernel/linux/linux-5.10/kernel/
H A Ducount.c16 hash_long((unsigned long)__kuid_val(uid) + (unsigned long)(ns), \
/kernel/linux/linux-6.6/kernel/sched/
H A Dwait_bit.c17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmessaging.c23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode.c155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmessaging.c23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode.c155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()

Completed in 13 milliseconds

123