Searched refs:NR_SLAB_UNRECLAIMABLE_B (Results 1 – 9 of 9) sorted by relevance
| /linux/mm/ |
| H A D | show_mem.c | 215 global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B), in show_free_areas()
|
| H A D | workingset.c | 686 lruvec, NR_SLAB_UNRECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
|
| H A D | slab.h | 630 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B;
|
| H A D | memcontrol.c | 303 NR_SLAB_UNRECLAIMABLE_B, 1385 { "slab_unreclaimable", NR_SLAB_UNRECLAIMABLE_B }, 1415 case NR_SLAB_UNRECLAIMABLE_B: in memcg_page_state_output_unit() 1508 if (unlikely(memory_stats[i].idx == NR_SLAB_UNRECLAIMABLE_B)) { in memcg_stat_format() 2949 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_UNRECLAIMABLE_B, in consume_obj_stock() 3051 NR_SLAB_UNRECLAIMABLE_B, in refill_obj_stock() 4092 int index = memcg_stats_index(NR_SLAB_UNRECLAIMABLE_B); in mem_cgroup_css_rstat_flush()
|
| H A D | oom_kill.c | 190 return (global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B) > nr_lru); in should_dump_unreclaim_slab()
|
| H A D | vmstat.c | 1228 [I(NR_SLAB_UNRECLAIMABLE_B)] = "nr_slab_unreclaimable",
|
| H A D | slub.c | 2519 mod_node_page_state(page_pgdat(page), NR_SLAB_UNRECLAIMABLE_B, -size); in slab_free_hook() 2520 mod_lruvec_page_state(page, NR_SLAB_UNRECLAIMABLE_B, size); in slab_free_hook() 5124 mod_lruvec_page_state(page, NR_SLAB_UNRECLAIMABLE_B, in alloc_from_pcs() 6322 mod_lruvec_page_state(page, NR_SLAB_UNRECLAIMABLE_B, in __kfree_rcu_sheaf()
|
| /linux/include/linux/ |
| H A D | mmzone.h | 189 NR_SLAB_UNRECLAIMABLE_B, enumerator 300 idx == NR_SLAB_UNRECLAIMABLE_B); in vmstat_item_in_bytes()
|
| /linux/drivers/base/ |
| H A D | node.c | 453 sunreclaimable = node_page_state_pages(pgdat, NR_SLAB_UNRECLAIMABLE_B); in node_read_meminfo()
|