Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dslabinfo.c41 unsigned long cpuslab_flush, deactivate_full, deactivate_empty; member
525 total = s->deactivate_full + s->deactivate_empty + in slab_stats()
532 s->deactivate_full, (s->deactivate_full * 100) / total); in slab_stats()
1288 slab->deactivate_full = get_obj("deactivate_full"); in read_slab_dir()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab151 What: /sys/kernel/slab/<cache>/deactivate_full
157 The deactivate_full file shows how many times a full cpu slab
/openbmc/linux/mm/
H A Dslub.c5930 STAT_ATTR(DEACTIVATE_FULL, deactivate_full);