Searched refs:sreclaimable (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | meminfo.c | 42 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local 70 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show() 120 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show() 122 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show() 123 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | meminfo.c | 44 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local 72 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show() 134 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show() 136 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show() 137 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | node.c | 372 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local 375 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo() 455 nid, K(sreclaimable + in node_read_meminfo() 457 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo() 458 nid, K(sreclaimable), in node_read_meminfo()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A 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() 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()
|
Completed in 4 milliseconds