Home
last modified time | relevance | path

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

/linux/mm/
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()
253 __count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_folio()
277 __count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_new_folio()
H A Dswap.c138 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in lru_add()
151 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in lru_add()
221 __count_vm_events(PGROTATED, folio_nr_pages(folio)); in lru_move_tail()
316 __count_vm_events(PGACTIVATE, nr_pages); in lru_activate()
584 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file()
588 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file()
606 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate()
632 __count_vm_events(PGLAZYFREE, nr_pages); in lru_lazyfree()
H A Dvmscan.c2041 __count_vm_events(item, nr_scanned); in shrink_inactive_list()
2043 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list()
2061 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list()
2063 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list()
2151 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list()
2208 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list()
4484 __count_vm_events(UNEVICTABLE_PGCULLED, delta); in sort_folio()
4632 __count_vm_events(item, isolated); in scan_folios()
4633 __count_vm_events(PGREFILL, sorted); in scan_folios()
4637 __count_vm_events(PGSCAN_ANO in scan_folios()
[all...]
H A Dpage_alloc.c1556 __count_vm_events(PGFREE, 1 << p_order); in free_one_page()
1562 __count_vm_events(PGFREE, 1 << order); in free_one_page()
2836 __count_vm_events(PGFREE, 1 << order); in free_frozen_page_commit()
/linux/include/linux/
H A Dvmstat.h71 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function
97 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function
132 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
/linux/drivers/misc/
H A Dvmw_balloon.c1007 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list()
1055 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()