Home
last modified time | relevance | path

Searched refs:uma_hash_slab (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Duma_int.h216 LIST_HEAD(slabhashhead, uma_hash_slab);
395 struct uma_hash_slab { struct
396 LIST_ENTRY(uma_hash_slab) uhs_hlink; /* Link for hash table */
401 typedef struct uma_hash_slab * uma_hash_slab_t; argument
407 return (__containerof(slab, struct uma_hash_slab, uhs_slab)); in slab_tohashslab()
H A Duma_core.c139 (sizeof(struct uma_hash_slab) + BITSET_SIZE(setsize) * SLAB_BITSETS)