Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/proc/
A Dmeminfo.c39 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local
55 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
105 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show()
107 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show()
108 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
/linux-6.3-rc2/drivers/base/
A Dnode.c377 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local
381 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
468 nid, K(sreclaimable + in node_read_meminfo()
470 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo()
471 nid, K(sreclaimable), in node_read_meminfo()

Completed in 7 milliseconds