Searched refs:NR_SLAB_RECLAIMABLE_B (Results 1 – 10 of 10) sorted by relevance
| /linux/mm/ |
| H A D | show_mem.c | 64 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) + in si_mem_available() 214 global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B), in show_free_areas()
|
| H A D | memcontrol.c | 299 NR_SLAB_RECLAIMABLE_B, 1365 { "slab_reclaimable", NR_SLAB_RECLAIMABLE_B }, 1395 case NR_SLAB_RECLAIMABLE_B: in memcg_page_state_unit() 1491 NR_SLAB_RECLAIMABLE_B); in memcg_stat_format() 2529 if (idx == NR_SLAB_RECLAIMABLE_B) in account_slab_nmi_safe() 2886 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_RECLAIMABLE_B, in __account_obj_stock() 2898 bytes = (idx == NR_SLAB_RECLAIMABLE_B) ? &stock->nr_slab_reclaimable_b in __account_obj_stock() 2987 NR_SLAB_RECLAIMABLE_B, in drain_obj_stock() 4042 int index = memcg_stats_index(NR_SLAB_RECLAIMABLE_B); in flush_nmi_stats()
|
| H A D | slab.h | 565 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
|
| H A D | workingset.c | 684 lruvec, NR_SLAB_RECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
|
| H A D | vmstat.c | 1237 [I(NR_SLAB_RECLAIMABLE_B)] = "nr_slab_reclaimable",
|
| H A D | vmscan.c | 7662 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) > pgdat->min_slab_pages) { in __node_reclaim() 7710 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) <= in node_reclaim()
|
| /linux/fs/proc/ |
| H A D | meminfo.c | 57 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
|
| /linux/include/linux/ |
| H A D | mmzone.h | 188 NR_SLAB_RECLAIMABLE_B, enumerator 299 return (idx == NR_SLAB_RECLAIMABLE_B || in vmstat_item_in_bytes()
|
| /linux/drivers/base/ |
| H A D | node.c | 452 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 1793 size = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) in minimum_image_size()
|