Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dmlock.c68 count_vm_events(UNEVICTABLE_PGCLEARED, nr_pages); in clear_page_mlock()
82 count_vm_events(UNEVICTABLE_PGSTRANDED, nr_pages); in clear_page_mlock()
102 count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in mlock_vma_page()
145 count_vm_events(UNEVICTABLE_PGMUNLOCKED, thp_nr_pages(page)); in __munlock_isolated_page()
276 count_vm_events(UNEVICTABLE_PGMUNLOCKED, pagevec_count(pvec)); in __putback_lru_fast()
282 count_vm_events(UNEVICTABLE_PGRESCUED, pgrescued); in __putback_lru_fast()
Dmigrate.c1526 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded); in migrate_pages()
1527 count_vm_events(PGMIGRATE_FAIL, nr_failed); in migrate_pages()
1528 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded); in migrate_pages()
1529 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed); in migrate_pages()
1530 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split); in migrate_pages()
2232 count_vm_events(PGMIGRATE_SUCCESS, HPAGE_PMD_NR); in migrate_misplaced_transhuge_page()
2241 count_vm_events(PGMIGRATE_FAIL, HPAGE_PMD_NR); in migrate_misplaced_transhuge_page()
Dpage_io.c287 count_vm_events(PSWPOUT, thp_nr_pages(page)); in count_swpout_vm_event()
Dswap.c502 count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in lru_cache_add_inactive_or_unevictable()
Dvmscan.c518 count_vm_events(SLABS_SCANNED, shrinkctl->nr_scanned); in do_shrink_slab()
1490 count_vm_events(PGACTIVATE, pgactivate); in shrink_page_list()
Dvmstat.c151 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.10/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.10/block/
Dblk-core.c1095 count_vm_events(PGPGOUT, count); in submit_bio()
1098 count_vm_events(PGPGIN, count); in submit_bio()