Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswap.c175 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in lru_add_fn()
188 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in lru_add_fn()
235 __count_vm_events(PGROTATED, folio_nr_pages(folio)); in lru_move_tail_fn()
329 __count_vm_events(PGACTIVATE, nr_pages); in folio_activate_fn()
584 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file_fn()
588 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file_fn()
604 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_fn()
627 __count_vm_events(PGLAZYFREE, nr_pages); in lru_lazyfree_fn()
H A Dmlock.c80 __count_vm_events(UNEVICTABLE_PGRESCUED, in __mlock_folio()
97 __count_vm_events(UNEVICTABLE_PGCULLED, folio_nr_pages(folio)); in __mlock_folio()
115 __count_vm_events(UNEVICTABLE_PGCULLED, folio_nr_pages(folio)); in __mlock_new_folio()
146 __count_vm_events(UNEVICTABLE_PGMUNLOCKED, nr_pages); in __munlock_folio()
148 __count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in __munlock_folio()
156 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in __munlock_folio()
254 __count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_folio()
278 __count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_new_folio()
H A Dvmscan.c1688 __count_vm_events(PGDEMOTE_KSWAPD + reclaimer_offset(), nr_succeeded); in demote_folio_list()
2592 __count_vm_events(item, nr_scanned); in shrink_inactive_list()
2594 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list()
2609 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list()
2611 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list()
2701 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list()
2760 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list()
4929 __count_vm_events(UNEVICTABLE_PGCULLED, delta); in sort_folio()
5074 __count_vm_events(item, isolated); in scan_folios()
5075 __count_vm_events(PGREFILL, sorted); in scan_folios()
[all …]
H A Dpage_alloc.c1303 __count_vm_events(PGFREE, 1 << order); in __free_pages_ok()
2400 __count_vm_events(PGFREE, 1 << order); in free_unref_page_commit()
/openbmc/linux/include/linux/
H 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)
/openbmc/linux/drivers/misc/
H A Dvmw_balloon.c1016 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list()
1064 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()
/openbmc/linux/fs/
H A Dinode.c895 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate()
897 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()