uma_hash_slab
(sizeof(struct uma_hash_slab) + BITSET_SIZE(setsize) * SLAB_BITSETS)
LIST_HEAD(slabhashhead, uma_hash_slab);
LIST_ENTRY(uma_hash_slab) uhs_hlink; /* Link for hash table */
typedef struct uma_hash_slab * uma_hash_slab_t;
return (__containerof(slab, struct uma_hash_slab, uhs_slab));