Home
last modified time | relevance | path

Searched refs:count_vm_vmacache_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/mm/
Dvmacache.c66 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find()
80 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find()
99 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find_exact()
108 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find_exact()
/Linux-v5.10/include/linux/
Dvmstat.h129 #define count_vm_vmacache_event(x) count_vm_event(x) macro
131 #define count_vm_vmacache_event(x) do {} while (0) macro