Home
last modified time | relevance | path

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

/linux/mm/
A Dswap.c227 __count_vm_events(PGROTATED, folio_nr_pages(folio)); in pagevec_move_tail_fn()
322 __count_vm_events(PGACTIVATE, nr_pages); in __folio_activate()
554 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file_fn()
558 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file_fn()
574 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_fn()
597 __count_vm_events(PGLAZYFREE, nr_pages); in lru_lazyfree_fn()
1045 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in __pagevec_lru_add_fn()
1050 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in __pagevec_lru_add_fn()
A Dvmscan.c1501 __count_vm_events(PGDEMOTE_KSWAPD, nr_succeeded); in demote_page_list()
1503 __count_vm_events(PGDEMOTE_DIRECT, nr_succeeded); in demote_page_list()
2426 __count_vm_events(item, nr_scanned); in shrink_inactive_list()
2428 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list()
2443 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list()
2445 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list()
2524 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list()
2580 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list()
4884 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages()
4885 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
A Dmlock.c145 __count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in __munlock_isolation_failed()
147 __count_vm_events(UNEVICTABLE_PGMUNLOCKED, nr_pages); in __munlock_isolation_failed()
A Dpage_alloc.c1648 __count_vm_events(PGFREE, 1 << order); in __free_pages_ok()
/linux/include/linux/
A Dvmstat.h74 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function
100 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function
135 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
/linux/drivers/misc/
A Dvmw_balloon.c1018 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list()
1066 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()
/linux/fs/
A Dinode.c789 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate()
791 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()

Completed in 39 milliseconds