Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dmeminfo.c58 sunreclaim = global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B); in meminfo_proc_show()
/openbmc/linux/mm/
H A Dshow_mem.c224 global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B), in show_free_areas()
H A Dworkingset.c675 lruvec, NR_SLAB_UNRECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
H A Dslab_common.c982 mod_lruvec_page_state(folio_page(folio, 0), NR_SLAB_UNRECLAIMABLE_B, in free_large_kmalloc()
1151 mod_lruvec_page_state(page, NR_SLAB_UNRECLAIMABLE_B, in __kmalloc_large_node()
H A Dslab.h398 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
H A Doom_kill.c191 return (global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B) > nr_lru); in should_dump_unreclaim_slab()
H A Dmemcontrol.c1529 { "slab_unreclaimable", NR_SLAB_UNRECLAIMABLE_B },
1548 case NR_SLAB_UNRECLAIMABLE_B: in memcg_page_state_unit()
1592 if (unlikely(memory_stats[i].idx == NR_SLAB_UNRECLAIMABLE_B)) { in memcg_stat_format()
3201 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_UNRECLAIMABLE_B, in mod_objcg_state()
3301 NR_SLAB_UNRECLAIMABLE_B, in drain_obj_stock()
/openbmc/linux/include/linux/
H A Dmmzone.h164 NR_SLAB_UNRECLAIMABLE_B, enumerator
249 idx == NR_SLAB_UNRECLAIMABLE_B); in vmstat_item_in_bytes()
/openbmc/linux/drivers/base/
H A Dnode.c381 sunreclaimable = node_page_state_pages(pgdat, NR_SLAB_UNRECLAIMABLE_B); in node_read_meminfo()