Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvmstat.h104 #define count_vm_numa_event(x) count_vm_event(x) macro
107 #define count_vm_numa_event(x) do {} while (0) macro
/Linux-v4.19/mm/
Dhuge_memory.c1497 count_vm_numa_event(NUMA_HINT_FAULTS); in do_huge_pmd_numa_page()
1499 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in do_huge_pmd_numa_page()
Dmemory.c3772 count_vm_numa_event(NUMA_HINT_FAULTS); in numa_migrate_prep()
3774 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in numa_migrate_prep()
Dmigrate.c1950 count_vm_numa_event(NUMA_PAGE_MIGRATE); in migrate_misplaced_page()