Home
last modified time | relevance | path

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

/Linux-v6.6/fs/proc/
Dmeminfo.c41 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local
57 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
107 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show()
109 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show()
110 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
/Linux-v6.6/drivers/base/
Dnode.c376 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local
380 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
470 nid, K(sreclaimable + in node_read_meminfo()
472 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo()
473 nid, K(sreclaimable), in node_read_meminfo()