Searched refs:sreclaimable (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/proc/ |
| A D | meminfo.c | 41 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local 57 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show() 106 show_val_kb(m, "KReclaimable: ", sreclaimable + in meminfo_proc_show() 108 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show() 109 show_val_kb(m, "SReclaimable: ", sreclaimable); in meminfo_proc_show()
|
| /linux/drivers/base/ |
| A D | node.c | 377 unsigned long sreclaimable, sunreclaimable; in node_read_meminfo() local 381 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo() 471 nid, K(sreclaimable + in node_read_meminfo() 473 nid, K(sreclaimable + sunreclaimable), in node_read_meminfo() 474 nid, K(sreclaimable), in node_read_meminfo()
|
Completed in 7 milliseconds