Searched refs:NR_SLAB_RECLAIMABLE_B (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/fs/proc/ |
| D | meminfo.c | 55 sreclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B); in meminfo_proc_show()
|
| /Linux-v5.15/mm/ |
| D | workingset.c | 502 lruvec, NR_SLAB_RECLAIMABLE_B) >> PAGE_SHIFT; in count_shadow_nodes()
|
| D | slab.h | 208 NR_SLAB_RECLAIMABLE_B : NR_SLAB_UNRECLAIMABLE_B; in cache_vmstat_idx()
|
| D | memcontrol.c | 1357 { "slab_reclaimable", NR_SLAB_RECLAIMABLE_B }, 1375 case NR_SLAB_RECLAIMABLE_B: in memcg_page_state_unit() 1427 NR_SLAB_RECLAIMABLE_B); in memory_stat_format() 3054 mod_objcg_mlstate(objcg, oldpg, NR_SLAB_RECLAIMABLE_B, in mod_objcg_state() 3066 bytes = (idx == NR_SLAB_RECLAIMABLE_B) ? &stock->nr_slab_reclaimable_b in mod_objcg_state() 3140 NR_SLAB_RECLAIMABLE_B, in drain_obj_stock()
|
| D | vmscan.c | 4618 node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B) <= in node_reclaim()
|
| D | page_alloc.c | 5763 reclaimable = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) + in si_mem_available() 5908 global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B), in show_free_areas()
|
| /Linux-v5.15/include/linux/ |
| D | mmzone.h | 170 NR_SLAB_RECLAIMABLE_B, enumerator 249 return (idx == NR_SLAB_RECLAIMABLE_B || in vmstat_item_in_bytes()
|
| /Linux-v5.15/drivers/base/ |
| D | node.c | 380 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B); in node_read_meminfo()
|
| /Linux-v5.15/kernel/power/ |
| D | snapshot.c | 1708 size = global_node_page_state_pages(NR_SLAB_RECLAIMABLE_B) in minimum_image_size()
|