Home
last modified time | relevance | path

Searched refs:vm_stat (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dvmstat.h162 atomic_long_add(x, &zone->vm_stat[item]); in zone_page_state_add()
169 atomic_long_add(x, &pgdat->vm_stat[item]); in node_page_state_add()
204 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state()
221 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state_snapshot()
338 atomic_long_inc(&zone->vm_stat[item]); in __inc_zone_state()
344 atomic_long_inc(&pgdat->vm_stat[item]); in __inc_node_state()
350 atomic_long_dec(&zone->vm_stat[item]); in __dec_zone_state()
356 atomic_long_dec(&pgdat->vm_stat[item]); in __dec_node_state()
Dmmzone.h871 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; member
1228 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS]; member
/Linux-v6.1/mm/
Dvmstat.c827 atomic_long_add(v, &zone->vm_stat[i]); in refresh_cpu_vm_stats()
877 atomic_long_add(v, &pgdat->vm_stat[i]); in refresh_cpu_vm_stats()
911 atomic_long_add(v, &zone->vm_stat[i]); in cpu_vm_stats_fold()
939 atomic_long_add(v, &pgdat->vm_stat[i]); in cpu_vm_stats_fold()
1015 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state_pages()
/Linux-v6.1/kernel/
Dcrash_core.c467 VMCOREINFO_OFFSET(zone, vm_stat); in crash_save_vmcoreinfo_init()
/Linux-v6.1/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst160 (zone, free_area|vm_stat|spanned_pages)
326 vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.