Searched refs:sreclaimable (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/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() 98 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show() 100 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show() 101 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
|
| /Linux-v5.15/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()
|