Searched refs:skc_obj_total (Results 1 – 3 of 3) sorted by relevance
219 return (cache->skc_obj_total); in spl_kmem_cache_inuse()328 skc->skc_obj_total -= sks->sks_objs; in spl_slab_free()458 skc->skc_obj_total++; in spl_emergency_alloc()490 skc->skc_obj_total--; in spl_emergency_free()739 skc->skc_obj_total = 0; in spl_kmem_cache_create()904 ASSERT3U(skc->skc_obj_total, ==, 0); in spl_kmem_cache_destroy()973 skc->skc_obj_total += sks->sks_objs; in __spl_cache_grow()
477 (long unsigned)skc->skc_obj_total, in slab_seq_show()
176 uint64_t skc_obj_total; /* Obj total current */ member