Searched refs:sreclaimable (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/proc/ |
D | meminfo.c | 39 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-5.19.10/drivers/base/ |
D | node.c | 376 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local 380 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo() 465 nid, K(sreclaimable + in node_read_meminfo() 467 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo() 468 nid, K(sreclaimable), in node_read_meminfo()
|