Home
last modified time | relevance | path

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

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