Home
last modified time | relevance | path

Searched refs:hash_min (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h63 #define hash_min(...) \ macro
93 struct lkpi_hash_head *__head = &(ht)[hash_min(key, HASH_BITS(ht))]; \
171 for ((obj) = __hash_first(&(name)[hash_min(key, HASH_BITS(name))], \
177 for ((obj) = __hash_first(&(name)[hash_min(key, HASH_BITS(name))], \