Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c265 sks->sks_objs = skc->skc_slab_objs; in spl_slab_alloc()
273 for (int i = 0; i < sks->sks_objs; i++) { in spl_slab_alloc()
311 skc->skc_obj_total -= sks->sks_objs; in spl_slab_free()
938 skc->skc_obj_total += sks->sks_objs; in __spl_cache_grow()
1132 ASSERT(sks->sks_ref < sks->sks_objs); in spl_cache_refill()
1139 while (sks->sks_ref < sks->sks_objs && refill-- > 0 && in spl_cache_refill()
1148 if (sks->sks_ref == sks->sks_objs) { in spl_cache_refill()
1186 if (sks->sks_ref == (sks->sks_objs - 1)) { in spl_cache_shrink()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h120 uint32_t sks_objs; /* Objects per slab */ member