Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dvmacache.c20 count_vm_vmacache_event(VMACACHE_FULL_FLUSHES); in vmacache_flush_all()
93 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find()
103 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find()
121 count_vm_vmacache_event(VMACACHE_FIND_CALLS); in vmacache_find_exact()
127 count_vm_vmacache_event(VMACACHE_FIND_HITS); in vmacache_find_exact()
/linux-4.4.14/include/linux/
Dvmstat.h99 #define count_vm_vmacache_event(x) count_vm_event(x) macro
101 #define count_vm_vmacache_event(x) do {} while (0) macro