Home
last modified time | relevance | path

Searched refs:sreclaimable (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/proc/
Dmeminfo.c40 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local
56 sreclaimable = global_node_page_state(NR_SLAB_RECLAIMABLE); in meminfo_proc_show()
99 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show()
101 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show()
102 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
/Linux-v5.4/drivers/base/
Dnode.c368 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local
371 sreclaimable = node_page_state(pgdat, NR_SLAB_RECLAIMABLE); in node_read_meminfo()
445 nid, K(sreclaimable + in node_read_meminfo()
447 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo()
448 nid, K(sreclaimable), in node_read_meminfo()