Searched refs:skc_obj_total (Results 1 – 3 of 3) sorted by relevance
201 return (cache->skc_obj_total); in spl_kmem_cache_inuse()310 skc->skc_obj_total -= sks->sks_objs; in spl_slab_free()442 skc->skc_obj_total++; in spl_emergency_alloc()474 skc->skc_obj_total--; in spl_emergency_free()722 skc->skc_obj_total = 0; in spl_kmem_cache_create()869 ASSERT3U(skc->skc_obj_total, ==, 0); in spl_kmem_cache_destroy()938 skc->skc_obj_total += sks->sks_objs; in __spl_cache_grow()
240 (long unsigned)skc->skc_obj_total, in slab_seq_show()
171 uint64_t skc_obj_total; /* Obj total current */ member