Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c125 #define SLAB_BITSETS 2 macro
127 #define SLAB_BITSETS 1 macro
139 (sizeof(struct uma_hash_slab) + BITSET_SIZE(setsize) * SLAB_BITSETS)
2173 s = sizeof(struct uma_slab) + BITSET_SIZE(nitems) * SLAB_BITSETS; in slab_sizeof()