Searched refs:__count_vm_events (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/mm/ |
D | swap.c | 257 __count_vm_events(PGROTATED, pgmoved); in pagevec_move_tail() 331 __count_vm_events(PGACTIVATE, nr_pages); in __activate_page() 566 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file_fn() 570 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file_fn() 588 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_fn() 614 __count_vm_events(PGLAZYFREE, nr_pages); in lru_lazyfree_fn() 1051 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in __pagevec_lru_add_fn() 1057 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in __pagevec_lru_add_fn()
|
D | vmscan.c | 1952 __count_vm_events(item, nr_scanned); in shrink_inactive_list() 1954 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list() 1972 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list() 1974 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list() 2036 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list() 2092 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list() 4305 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages() 4306 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
|
D | mlock.c | 164 __count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in __munlock_isolation_failed() 166 __count_vm_events(UNEVICTABLE_PGMUNLOCKED, nr_pages); in __munlock_isolation_failed()
|
D | page_alloc.c | 1524 __count_vm_events(PGFREE, 1 << order); in __free_pages_ok()
|
/Linux-v5.10/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.10/drivers/misc/ |
D | vmw_balloon.c | 1023 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list() 1071 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()
|
/Linux-v5.10/fs/ |
D | inode.c | 775 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 777 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()
|