Searched refs:NR_SLAB_UNRECLAIMABLE_B (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/proc/ |
| H A D | meminfo.c | 58 sunreclaim = global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B); in meminfo_proc_show()
|
| /linux-6.15/mm/ |
| H A D | show_mem.c | 221 global_node_page_state_pages(NR_SLAB_UNRECLAIMABLE_B), in show_free_areas()
|
| H A D | slab.h | 575 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
|
| H A D | workingset.c | 688 lruvec, NR_SLAB_UNRECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
|
| H A D | memcontrol.c | 289 NR_SLAB_UNRECLAIMABLE_B, 1381 { "slab_unreclaimable", NR_SLAB_UNRECLAIMABLE_B }, 1411 case NR_SLAB_UNRECLAIMABLE_B: in memcg_page_state_unit() 1504 if (unlikely(memory_stats[i].idx == NR_SLAB_UNRECLAIMABLE_B)) { in memcg_stat_format() 2808 __mod_objcg_mlstate(objcg, oldpg, NR_SLAB_UNRECLAIMABLE_B, in mod_objcg_state() 2908 NR_SLAB_UNRECLAIMABLE_B, in drain_obj_stock()
|
| 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 | slub.c | 2234 node_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, -size); in memcg_slab_post_charge() 2235 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, size); in memcg_slab_post_charge() 4274 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, in ___kmalloc_large_node() 4764 lruvec_stat_mod_folio(folio, NR_SLAB_UNRECLAIMABLE_B, in free_large_kmalloc()
|
| /linux-6.15/include/linux/ |
| H A D | mmzone.h | 169 NR_SLAB_UNRECLAIMABLE_B, enumerator 266 idx == NR_SLAB_UNRECLAIMABLE_B); in vmstat_item_in_bytes()
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 384 sunreclaimable = node_page_state_pages(pgdat, NR_SLAB_UNRECLAIMABLE_B); in node_read_meminfo()
|