Searched defs:DECLARE_HASHTABLE (Results 1 – 3 of 3) sorted by relevance
57 #define DECLARE_HASHTABLE(name, bits) \ macro
55 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)] macro
62 #define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)] macro