Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dmeminfo.c41 unsigned long sreclaimable, sunreclaim; in meminfo_proc_show() local
58 sunreclaim = global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B); in meminfo_proc_show()
109 show_val_kb(m, "Slab: ", sreclaimable + sunreclaim); in meminfo_proc_show()
111 show_val_kb(m, "SUnreclaim: ", sunreclaim); in meminfo_proc_show()