Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dmeminfo.c58 sunreclaim = global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B); in meminfo_proc_show()
/linux/mm/
H A Dshow_mem.c215 global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B), in show_free_areas()
H A Dslab.h565 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
H A Dworkingset.c686 lruvec, NR_SLAB_UNRECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
H A Dmemcontrol.c300 NR_SLAB_UNRECLAIMABLE_B,
1366 { "slab_unreclaimable", NR_SLAB_UNRECLAIMABLE_B },
1396 case NR_SLAB_UNRECLAIMABLE_B: in memcg_page_state_unit()
1489 if (unlikely(memory_stats[i].idx == NR_SLAB_UNRECLAIMABLE_B)) { in memcg_stat_format()
2891 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_UNRECLAIMABLE_B, in __account_obj_stock()
2993 NR_SLAB_UNRECLAIMABLE_B, in drain_obj_stock()
4050 int index = memcg_stats_index(NR_SLAB_UNRECLAIMABLE_B); in flush_nmi_stats()
H A Doom_kill.c190 return (global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B) > nr_lru); in should_dump_unreclaim_slab()
H A Dvmstat.c1238 [I(NR_SLAB_UNRECLAIMABLE_B)] = "nr_slab_unreclaimable",
H A Dslub.c2397 node_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, -size); in memcg_slab_post_charge()
2398 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, size); in memcg_slab_post_charge()
5597 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, in ___kmalloc_large_node()
6768 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, in free_large_kmalloc()
/linux/include/linux/
H A Dmmzone.h189 NR_SLAB_UNRECLAIMABLE_B, enumerator
300 idx == NR_SLAB_UNRECLAIMABLE_B); in vmstat_item_in_bytes()
/linux/drivers/base/
H A Dnode.c453 sunreclaimable = node_page_state_pages(pgdat, NR_SLAB_UNRECLAIMABLE_B); in node_read_meminfo()