Home
last modified time | relevance | path

Searched refs:skc_obj_total (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c219 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()
H A Dspl-proc.c477 (long unsigned)skc->skc_obj_total, in slab_seq_show()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h176 uint64_t skc_obj_total; /* Obj total current */ member