Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvmstat.h166 atomic_long_add(x, &zone->vm_stat[item]); in zone_page_state_add()
173 atomic_long_add(x, &pgdat->vm_stat[item]); in node_page_state_add()
200 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state()
217 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state_snapshot()
300 atomic_long_inc(&zone->vm_stat[item]); in __inc_zone_state()
306 atomic_long_inc(&pgdat->vm_stat[item]); in __inc_node_state()
312 atomic_long_dec(&zone->vm_stat[item]); in __dec_zone_state()
318 atomic_long_dec(&pgdat->vm_stat[item]); in __dec_node_state()
Dmmzone.h563 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS];
781 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS]; member
/Linux-v5.4/mm/
Dvmstat.c766 atomic_long_add(v, &zone->vm_stat[i]); in refresh_cpu_vm_stats()
827 atomic_long_add(v, &pgdat->vm_stat[i]); in refresh_cpu_vm_stats()
869 atomic_long_add(v, &zone->vm_stat[i]); in cpu_vm_stats_fold()
897 atomic_long_add(v, &pgdat->vm_stat[i]); in cpu_vm_stats_fold()
921 atomic_long_add(v, &zone->vm_stat[i]); in drain_zonestat()
995 long x = atomic_long_read(&pgdat->vm_stat[item]); in node_page_state()
/Linux-v5.4/kernel/
Dcrash_core.c441 VMCOREINFO_OFFSET(zone, vm_stat); in crash_save_vmcoreinfo_init()
/Linux-v5.4/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst149 (zone, free_area|vm_stat|spanned_pages)
242 vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.