Home
last modified time | relevance | path

Searched refs:count_vm_events (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/mm/
Dmlock.c69 count_vm_events(UNEVICTABLE_PGCLEARED, nr_pages); in clear_page_mlock()
83 count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in clear_page_mlock()
103 count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_vma_page()
126 count_vm_events(UNEVICTABLE_PGMUNLOCKED, thp_nr_pages(page)); in __munlock_isolated_page()
241 count_vm_events(UNEVICTABLE_PGMUNLOCKED, pagevec_count(pvec)); in __putback_lru_fast()
247 count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in __putback_lru_fast()
Dmigrate.c1588 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded); in migrate_pages()
1589 count_vm_events(PGMIGRATE_FAIL, nr_failed); in migrate_pages()
1590 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded); in migrate_pages()
1591 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed); in migrate_pages()
1592 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split); in migrate_pages()
Dpage_io.c263 count_vm_events(PSWPOUT, thp_nr_pages(page)); in count_swpout_vm_event()
Dswap.c482 count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in lru_cache_add_inactive_or_unevictable()
Dvmscan.c763 count_vm_events(SLABS_SCANNED, shrinkctl->nr_scanned); in do_shrink_slab()
1814 count_vm_events(PGACTIVATE, pgactivate); in shrink_page_list()
4695 count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
Dvmstat.c150 count_vm_events(i, fold_state->event[i]); in vm_events_fold_cpu()
Dcompaction.c36 count_vm_events(item, delta); in count_compact_events()
/Linux-v5.15/include/linux/
Dvmstat.h79 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events() function
94 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events() function
114 #define count_vm_numa_events(x, y) count_vm_events(x, y)
122 #define count_vm_tlb_events(x, y) count_vm_events(x, y)
/Linux-v5.15/block/
Dblk-core.c1076 count_vm_events(PGPGOUT, count); in submit_bio()
1079 count_vm_events(PGPGIN, count); in submit_bio()