/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_hashtab.c | 70 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 D | drm_hashtab.c | 69 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 D | hash.h | 16 #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 D | hashtable.h | 29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hash.h | 16 #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 D | stringhash.h | 55 return hash_long(hash, 32); in end_name_hash()
|
H A D | hashtable.h | 32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hash.h | 16 #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 D | stringhash.h | 55 return hash_long(hash, 32); in end_name_hash()
|
H A D | hashtable.h | 32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | hash.h | 16 #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 D | hashtable.h | 29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.h | 215 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.h | 214 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | filecache.c | 534 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 D | poll.c | 122 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 D | memory.c | 163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | memory.c | 163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | wait_bit.c | 17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | ucount.c | 16 hash_long((unsigned long)__kuid_val(uid) + (unsigned long)(ns), \
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | wait_bit.c | 17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | messaging.c | 23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode.c | 155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | messaging.c | 23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode.c | 155 return hash_long(remote_ino, BIT_WIDE_INO_RAW); in make_ino_raw_dev_remote()
|