Home
last modified time | relevance | path

Searched defs:DECLARE_HASHTABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h57 #define DECLARE_HASHTABLE(name, bits) \ macro
/freebsd/contrib/ofed/libirdma/
H A Dosdep.h55 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)] macro
/freebsd/sys/dev/irdma/
H A Dosdep.h62 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)] macro