Searched refs:sks_ref (Results 1 – 2 of 2) sorted by relevance
287 sks->sks_ref = 0; in spl_slab_alloc()317 ASSERT(sks->sks_ref == 0); in spl_slab_free()356 if (sks->sks_ref > 0) in spl_slab_reclaim()938 sks->sks_ref++; in spl_cache_obj()946 if (sks->sks_ref == 1) { in spl_cache_obj()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()1203 sks->sks_ref--; in spl_cache_shrink()1211 if (sks->sks_ref == (sks->sks_objs - 1)) { in spl_cache_shrink()[all …]
131 uint32_t sks_ref; /* Ref count used objects */ member