Searched refs:sks_objs (Results 1 – 2 of 2) sorted by relevance
282 sks->sks_objs = skc->skc_slab_objs; in spl_slab_alloc()290 for (int i = 0; i < sks->sks_objs; i++) { in spl_slab_alloc()328 skc->skc_obj_total -= sks->sks_objs; in spl_slab_free()973 skc->skc_obj_total += sks->sks_objs; in __spl_cache_grow()1157 ASSERT(sks->sks_ref < sks->sks_objs); in spl_cache_refill()1164 while (sks->sks_ref < sks->sks_objs && refill-- > 0 && in spl_cache_refill()1173 if (sks->sks_ref == sks->sks_objs) { in spl_cache_refill()1211 if (sks->sks_ref == (sks->sks_objs - 1)) { in spl_cache_shrink()
126 uint32_t sks_objs; /* Objects per slab */ member