Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/mm/
Dhuge_memory.c1446 count_vm_numa_event(NUMA_HINT_FAULTS); in do_huge_pmd_numa_page()
1448 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in do_huge_pmd_numa_page()
Dmemory.c4327 count_vm_numa_event(NUMA_HINT_FAULTS); in numa_migrate_prep()
4329 count_vm_numa_event(NUMA_HINT_FAULTS_LOCAL); in numa_migrate_prep()
Dmigrate.c2130 count_vm_numa_event(NUMA_PAGE_MIGRATE); in migrate_misplaced_page()