Home
last modified time | relevance | path

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

/linux-4.1.27/tools/vm/
Dslabinfo.c40 unsigned long cpuslab_flush, deactivate_full, deactivate_empty; member
474 total = s->deactivate_full + s->deactivate_empty + in slab_stats()
481 s->deactivate_full, (s->deactivate_full * 100) / total); in slab_stats()
1210 slab->deactivate_full = get_obj("deactivate_full"); in read_slab_dir()
/linux-4.1.27/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-4.1.27/mm/
Dslub.c4867 STAT_ATTR(DEACTIVATE_FULL, deactivate_full);