Searched refs:__count_vm_events (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | vmstat.h | 65 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function 91 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function 126 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
|
/Linux-v4.19/mm/ |
D | vmscan.c | 1939 __count_vm_events(PGSCAN_KSWAPD, nr_scanned); in shrink_inactive_list() 1944 __count_vm_events(PGSCAN_DIRECT, nr_scanned); in shrink_inactive_list() 1960 __count_vm_events(PGSTEAL_KSWAPD, nr_reclaimed); in shrink_inactive_list() 1965 __count_vm_events(PGSTEAL_DIRECT, nr_reclaimed); in shrink_inactive_list() 2066 __count_vm_events(PGDEACTIVATE, nr_moved); in move_active_pages_to_lru() 2106 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list() 4210 __count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in check_move_unevictable_pages() 4211 __count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
|
D | swap.c | 240 __count_vm_events(PGROTATED, pgmoved); in pagevec_move_tail() 566 __count_vm_events(PGLAZYFREE, hpage_nr_pages(page)); in lru_lazyfree_fn()
|
D | page_alloc.c | 1250 __count_vm_events(PGFREE, 1 << order); in __free_pages_ok()
|
/Linux-v4.19/fs/ |
D | inode.c | 748 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 750 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()
|