Searched refs:NR_SLAB_RECLAIMABLE_B (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/mm/ |
H A D | show_mem.c | 68 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) + in si_mem_available() 223 global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B), in show_free_areas()
|
H A D | workingset.c | 673 lruvec, NR_SLAB_RECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
|
H A D | slab.h | 393 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
|
H A D | memcontrol.c | 1523 { "slab_reclaimable", NR_SLAB_RECLAIMABLE_B }, 1542 case NR_SLAB_RECLAIMABLE_B: in memcg_page_state_unit() 1589 NR_SLAB_RECLAIMABLE_B); in memcg_stat_format() 3191 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_RECLAIMABLE_B, in mod_objcg_state() 3203 bytes = (idx == NR_SLAB_RECLAIMABLE_B) ? &stock->nr_slab_reclaimable_b in mod_objcg_state() 3290 NR_SLAB_RECLAIMABLE_B, in drain_obj_stock()
|
H A D | vmscan.c | 8053 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) > pgdat->min_slab_pages) { in __node_reclaim() 8088 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) <= in node_reclaim()
|
/openbmc/linux/fs/proc/ |
H A D | meminfo.c | 57 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
|
/openbmc/linux/include/linux/ |
H A D | mmzone.h | 163 NR_SLAB_RECLAIMABLE_B, enumerator 248 return (idx == NR_SLAB_RECLAIMABLE_B || in vmstat_item_in_bytes()
|
/openbmc/linux/drivers/base/ |
H A D | node.c | 380 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
|
/openbmc/linux/kernel/power/ |
H A D | snapshot.c | 1801 size = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) in minimum_image_size()
|