Searched refs:hash_min (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | hashtable.h | 31 #define hash_min(val, bits) \ macro 61 hlist_add_head(node, &hashtable[hash_min(key, HASH_BITS(hashtable))]) 70 hlist_add_head_rcu(node, &hashtable[hash_min(key, HASH_BITS(hashtable))]) 166 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member) 177 hlist_for_each_entry_rcu(obj, &name[hash_min(key, HASH_BITS(name))],\ 193 &name[hash_min(key, HASH_BITS(name))], member) 206 &name[hash_min(key, HASH_BITS(name))], member)
|
/linux-6.1.9/tools/include/linux/ |
D | hashtable.h | 28 #define hash_min(val, bits) \ macro 58 hlist_add_head(node, &hashtable[hash_min(key, HASH_BITS(hashtable))]) 133 hlist_for_each_entry(obj, &name[hash_min(key, HASH_BITS(name))], member) 146 &name[hash_min(key, HASH_BITS(name))], member)
|
/linux-6.1.9/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_internal.h | 278 &hashtable[hash_min(key, ilog2(OPA_VNIC_MAC_TBL_SIZE))]) 287 &name[hash_min(key, ilog2(OPA_VNIC_MAC_TBL_SIZE))], member)
|
/linux-6.1.9/fs/btrfs/ |
D | props.c | 32 h = &prop_handlers_ht[hash_min(hash, BTRFS_PROP_HANDLERS_HT_BITS)]; in find_prop_handlers_by_hash()
|
/linux-6.1.9/tools/objtool/ |
D | elf.c | 35 hlist_add_head(node, &__elf_table(name)[hash_min(key, __elf_bits(name))]) 38 hlist_for_each_entry(obj, &__elf_table(name)[hash_min(key, __elf_bits(name))], member)
|
D | check.c | 315 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add() 334 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()
|