Home
last modified time | relevance | path

Searched refs:count_vm_numa_events (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dvmstat.h110 #define count_vm_numa_events(x, y) count_vm_events(x, y) macro
113 #define count_vm_numa_events(x, y) do { (void)(y); } while (0) macro
/linux/mm/
H A Dmigrate.c2771 count_vm_numa_events(NUMA_PAGE_MIGRATE, nr_succeeded); in migrate_misplaced_folio()
H A Dmempolicy.c903 count_vm_numa_events(NUMA_PTE_UPDATES, nr_updated); in change_prot_numa()