DECLARE_HASHTABLE
#define DECLARE_HASHTABLE(name, bits) \
#define DECLARE_HASHTABLE(n, b) struct hlist_head (n)[1 << (b)]