/linux-6.12.1/tools/include/linux/ |
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()
|
D | hashtable.h | 29 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/linux-6.12.1/include/linux/ |
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()
|
D | stringhash.h | 55 return hash_long(hash, 32); in end_name_hash()
|
D | hashtable.h | 32 (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits))
|
/linux-6.12.1/drivers/md/ |
D | raid1.h | 215 return hash_long(sector >> BARRIER_UNIT_SECTOR_BITS, in sector_to_idx()
|
D | dm-clone-target.c | 605 return &clone->ht[hash_long(region_nr, HASH_TABLE_BITS)]; in get_hash_table_bucket()
|
/linux-6.12.1/io_uring/ |
D | poll.c | 124 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_insert() 135 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_delete() 146 u32 index = hash_long(req->cqe.user_data, table->hash_bits); in io_poll_req_insert_locked() 810 u32 index = hash_long(cd->data, table->hash_bits); in io_poll_find()
|
/linux-6.12.1/security/tomoyo/ |
D | memory.c | 163 head = &tomoyo_name_list[hash_long(hash, TOMOYO_HASH_BITS)]; in tomoyo_get_name()
|
/linux-6.12.1/kernel/sched/ |
D | wait_bit.c | 17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
|
/linux-6.12.1/fs/ecryptfs/ |
D | messaging.c | 23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
|
/linux-6.12.1/kernel/ |
D | ucount.c | 22 hash_long((unsigned long)__kuid_val(uid) + (unsigned long)(ns), \
|
/linux-6.12.1/arch/x86/mm/ |
D | kmmio.c | 89 return &kmmio_page_table[hash_long(addr, KMMIO_PAGE_HASH_BITS)]; in kmmio_page_list()
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4idmap.c | 117 hash = hash_long(hash ^ ent->id, ENT_HASHBITS); in idtoname_hash()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_arfs.c | 493 bucket_idx = hash_long(l, ARFS_HASH_SHIFT); in arfs_hash_bucket()
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify.c | 827 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()
|
/linux-6.12.1/net/sunrpc/ |
D | svcauth_unix.c | 417 return hash_long(from_kuid(&init_user_ns, uid), GID_HASHBITS); in unix_gid_hash()
|
/linux-6.12.1/tools/perf/ |
D | builtin-lock.c | 55 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS) 1030 hash ^= hash_long((unsigned long)node->ip, 64); in callchain_id()
|
/linux-6.12.1/lib/ |
D | debugobjects.c | 492 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()
|
/linux-6.12.1/kernel/locking/ |
D | lockdep.c | 407 #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.12.1/drivers/md/bcache/ |
D | request.c | 754 s->iop.write_point = hash_long((unsigned long) current, 16); in search_alloc()
|
/linux-6.12.1/fs/ |
D | dax.c | 159 hash = hash_long((unsigned long)xas->xa ^ index, DAX_WAIT_TABLE_BITS); in dax_entry_waitqueue()
|
/linux-6.12.1/kernel/trace/ |
D | ftrace.c | 727 key = hash_long(ip, FTRACE_PROFILE_HASH_BITS); in ftrace_find_profiled_func() 746 key = hash_long(rec->ip, FTRACE_PROFILE_HASH_BITS); in ftrace_add_profile() 1137 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
|
/linux-6.12.1/fs/bcachefs/ |
D | alloc_foreground.c | 1225 hash_long(write_point, ilog2(ARRAY_SIZE(c->write_points_hash))); in writepoint_hash()
|
/linux-6.12.1/fs/fuse/ |
D | dev.c | 239 return hash_long(unique & ~FUSE_INT_REQ_BIT, FUSE_PQ_HASH_BITS); in fuse_req_hash()
|