Searched refs:__count_vm_events (Results 1 – 7 of 7) sorted by relevance
/linux/mm/ |
H A D | mlock.c | 80 __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 D | swap.c | 138 __count_vm_events(UNEVICTABLE_PGRESCUED, nr_pages); in put_pages_list() 151 __count_vm_events(UNEVICTABLE_PGCULLED, nr_pages); in lru_add() 221 __count_vm_events(PGROTATED, folio_nr_pages(folio)); in __folio_batch_add_and_move() 311 __count_vm_events(PGACTIVATE, nr_pages); in lru_note_cost() 556 __count_vm_events(PGROTATED, nr_pages); in lru_deactivate_file() 560 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file() 578 __count_vm_events(PGDEACTIVATE, nr_pages); in lru_deactivate_file() 601 __count_vm_events(PGLAZYFREE, nr_pages); in lru_deactivate()
|
H A D | vmscan.c | 1951 __count_vm_events(item, nr_scanned); in shrink_inactive_list() 1953 __count_vm_events(PGSCAN_ANON + file, nr_scanned); in shrink_inactive_list() 1970 __count_vm_events(item, nr_reclaimed); in shrink_inactive_list() 1972 __count_vm_events(PGSTEAL_ANON + file, nr_reclaimed); in shrink_inactive_list() 2060 __count_vm_events(PGREFILL, nr_scanned); in shrink_active_list() 2117 __count_vm_events(PGDEACTIVATE, nr_deactivate); in shrink_active_list() 4304 __count_vm_events(UNEVICTABLE_PGCULLED, delta); in sort_folio() 4450 __count_vm_events(item, isolated); in scan_folios() 4451 __count_vm_events(PGREFILL, sorted); in scan_folios() 4455 __count_vm_events(PGSCAN_ANON + type, isolated); in scan_folios() [all …]
|
H A D | page_alloc.c | 1262 __count_vm_events(PGFREE, 1 << order); in free_one_page() 2609 __count_vm_events(PGFREE, 1 << order); in free_unref_page_commit()
|
/linux/include/linux/ |
H A D | vmstat.h | 78 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function 104 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events() function 139 __count_vm_events(item##_NORMAL - ZONE_NORMAL + zid, delta)
|
/linux/drivers/misc/ |
H A D | vmw_balloon.c | 1007 __count_vm_events(BALLOON_INFLATE, *n_pages * in vmballoon_enqueue_page_list() 1055 __count_vm_events(BALLOON_DEFLATE, in vmballoon_dequeue_page_list()
|
/linux/fs/ |
H A D | inode.c | 1002 __count_vm_events(KSWAPD_INODESTEAL, reap); in inode_lru_isolate() 1004 __count_vm_events(PGINODESTEAL, reap); in inode_lru_isolate()
|