Home
last modified time | relevance | path

Searched refs:__count_vm_event (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/mm/
Dballoon_compaction.c39 __count_vm_event(BALLOON_INFLATE); in balloon_page_enqueue()
80 __count_vm_event(BALLOON_DEFLATE); in balloon_page_dequeue()
Dswap.c515 __count_vm_event(PGACTIVATE); in __activate_page()
792 __count_vm_event(PGROTATED); in lru_deactivate_file_fn()
796 __count_vm_event(PGDEACTIVATE); in lru_deactivate_file_fn()
Dmlock.c150 __count_vm_event(UNEVICTABLE_PGSTRANDED); in __munlock_isolation_failed()
152 __count_vm_event(UNEVICTABLE_PGMUNLOCKED); in __munlock_isolation_failed()
Dhugetlb.c1272 __count_vm_event(HTLB_BUDDY_PGALLOC); in alloc_buddy_huge_page()
1276 __count_vm_event(HTLB_BUDDY_PGALLOC_FAIL); in alloc_buddy_huge_page()
Dpage_alloc.c1577 __count_vm_event(PGFREE); in free_hot_cold_page()
/linux-4.1.27/include/linux/
Dvmstat.h34 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event() function
67 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event() function
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c461 __count_vm_event(BALLOON_MIGRATE); in virtballoon_migratepage()