Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dvmacache.c67 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find()
81 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find()
100 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find_exact()
109 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find_exact()
/Linux-v4.19/include/linux/
Dvmstat.h120 #define count_vm_vmacache_event(x) count_vm_event(x) macro
122 #define count_vm_vmacache_event(x) do {} while (0) macro