Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dvmstat.h70 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events() function
85 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events() function
105 #define count_vm_numa_events(x, y) count_vm_events(x, y)
113 #define count_vm_tlb_events(x, y) count_vm_events(x, y)
/linux-4.19.296/block/
Dblk-core.c2557 count_vm_events(PGPGOUT, count); in submit_bio()
2560 count_vm_events(PGPGIN, count); in submit_bio()