Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h175 uint64_t skc_slab_max; /* Slab max historic */ member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c738 skc->skc_slab_max = 0; in spl_kmem_cache_create()
949 if (skc->skc_slab_alloc > skc->skc_slab_max) in spl_cache_obj()
950 skc->skc_slab_max = skc->skc_slab_alloc; in spl_cache_obj()
H A Dspl-proc.c476 (long unsigned)skc->skc_slab_max, in slab_seq_show()