Searched refs:hash_min (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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)
|
/openbmc/linux/tools/include/linux/ |
H A 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)
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A 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)
|
/openbmc/linux/fs/btrfs/ |
H A D | props.c | 37 h = &prop_handlers_ht[hash_min(hash, BTRFS_PROP_HANDLERS_HT_BITS)]; in find_prop_handlers_by_hash()
|
/openbmc/linux/tools/objtool/ |
H A D | elf.c | 36 __elf_table(name)[hash_min(key, __elf_bits(name))]
|
H A D | check.c | 321 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add() 340 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()
|