Home
last modified time | relevance | path

Searched refs:count_vm_numa_event (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dvmstat.h113 #define count_vm_numa_event(x) count_vm_event(x) macro
116 #define count_vm_numa_event(x) do {} while (0) macro
/Linux-v5.10/mm/
Dhuge_memory.c1436 count_vm_numa_event(NUMA_HINT_FAULTS); in do_huge_pmd_numa_page()
1438 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in do_huge_pmd_numa_page()
Dmemory.c4154 count_vm_numa_event(NUMA_HINT_FAULTS); in numa_migrate_prep()
4156 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in numa_migrate_prep()
Dmigrate.c2113 count_vm_numa_event(NUMA_PAGE_MIGRATE); in migrate_misplaced_page()