Searched refs:sks_ref (Results 1 – 2 of 2) sorted by relevance
267 sks->sks_ref = 0; in spl_slab_alloc()297 ASSERT0(sks->sks_ref); in spl_slab_free()336 if (sks->sks_ref > 0) in spl_slab_reclaim()901 sks->sks_ref++; in spl_cache_obj()909 if (sks->sks_ref == 1) { in spl_cache_obj()1130 ASSERT(sks->sks_ref < sks->sks_objs); in spl_cache_refill()1137 while (sks->sks_ref < sks->sks_objs && refill-- > 0 && in spl_cache_refill()1146 if (sks->sks_ref == sks->sks_objs) { in spl_cache_refill()1176 sks->sks_ref--; in spl_cache_shrink()1184 if (sks->sks_ref == (sks->sks_objs - 1)) { in spl_cache_shrink()[all …]
126 uint32_t sks_ref; /* Ref count used objects */ member