hlist_head
struct hlist_head *head;
struct hlist_head *buckets; /** ht for relocation handles */
eb->buckets = kzalloc(sizeof(struct hlist_head) << size,
struct hlist_head ptable[NR_BKT];
#define DECLARE_HASHTABLE(name, bits) struct hlist_head name[1 << (bits)]
__hash_init(struct hlist_head *table, u_int size)
__hash_empty(struct hlist_head *table, u_int size)
INIT_HLIST_HEAD(struct hlist_head *head) {
hlist_empty(const struct hlist_head *head) {
hlist_add_head(struct hlist_node *new, struct hlist_head *head)
hlist_move_list(struct hlist_head *old, struct hlist_head *new)