Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dshow_mem.c64 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) + in si_mem_available()
220 global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B), in show_free_areas()
H A Dmemcontrol.c288 NR_SLAB_RECLAIMABLE_B,
1380 { "slab_reclaimable", NR_SLAB_RECLAIMABLE_B },
1410 case NR_SLAB_RECLAIMABLE_B: in memcg_page_state_unit()
1506 NR_SLAB_RECLAIMABLE_B); in memcg_stat_format()
2803 __mod_objcg_mlstate(objcg, oldpg, NR_SLAB_RECLAIMABLE_B, in mod_objcg_state()
2815 bytes = (idx == NR_SLAB_RECLAIMABLE_B) ? &stock->nr_slab_reclaimable_b in mod_objcg_state()
2902 NR_SLAB_RECLAIMABLE_B, in drain_obj_stock()
H A Dslab.h575 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
H A Dworkingset.c686 lruvec, NR_SLAB_RECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
H A Dvmscan.c7598 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) > pgdat->min_slab_pages) { in __node_reclaim()
7634 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) <= in node_reclaim()
/linux-6.15/fs/proc/
H A Dmeminfo.c57 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
/linux-6.15/include/linux/
H A Dmmzone.h168 NR_SLAB_RECLAIMABLE_B, enumerator
265 return (idx == NR_SLAB_RECLAIMABLE_B || in vmstat_item_in_bytes()
/linux-6.15/drivers/base/
H A Dnode.c383 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
/linux-6.15/kernel/power/
H A Dsnapshot.c1795 size = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) in minimum_image_size()