Searched refs:__count_vm_events (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/mm/ |
D | swap.c | 213 __count_vm_events(PGROTATED, thp_nr_pages(page)); in pagevec_move_tail_fn() 308 __count_vm_events(PGACTIVATE, nr_pages); in __activate_page() 538 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file_fn() 542 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file_fn() 558 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_fn() 581 __count_vm_events(PGLAZYFREE, nr_pages); in lru_lazyfree_fn() 1026 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in __pagevec_lru_add_fn() 1031 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in __pagevec_lru_add_fn()
|
D | vmscan.c | 1354 __count_vm_events(PGDEMOTE_KSWAPD, nr_succeeded); in demote_page_list() 1356 __count_vm_events(PGDEMOTE_DIRECT, nr_succeeded); in demote_page_list() 2272 __count_vm_events(item, nr_scanned); in shrink_inactive_list() 2274 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list() 2289 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list() 2291 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list() 2370 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list() 2426 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list() 4691 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages() 4692 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
|
D | mlock.c | 145 __count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in __munlock_isolation_failed() 147 __count_vm_events(UNEVICTABLE_PGMUNLOCKED, nr_pages); in __munlock_isolation_failed()
|
D | page_alloc.c | 1656 __count_vm_events(PGFREE, 1 << order); in __free_pages_ok()
|
/Linux-v5.15/include/linux/ |
D | vmstat.h | 74 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-v5.15/drivers/misc/ |
D | vmw_balloon.c | 1018 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list() 1066 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()
|
/Linux-v5.15/fs/ |
D | inode.c | 783 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 785 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()
|