Searched refs:sks_objs (Results 1 – 2 of 2) sorted by relevance
263 sks->sks_objs = skc->skc_slab_objs; in spl_slab_alloc()271 for (int i = 0; i < sks->sks_objs; i++) { in spl_slab_alloc()309 skc->skc_obj_total -= sks->sks_objs; in spl_slab_free()937 skc->skc_obj_total += sks->sks_objs; in __spl_cache_grow()1131 ASSERT(sks->sks_ref < sks->sks_objs); in spl_cache_refill()1138 while (sks->sks_ref < sks->sks_objs && refill-- > 0 && in spl_cache_refill()1147 if (sks->sks_ref == sks->sks_objs) { in spl_cache_refill()1185 if (sks->sks_ref == (sks->sks_objs - 1)) { in spl_cache_shrink()
120 uint32_t sks_objs; /* Objects per slab */ member