Searched refs:count_vm_events (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
A D | mlock.c | 69 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()
|
A D | migrate.c | 1581 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded); in migrate_pages() 1582 count_vm_events(PGMIGRATE_FAIL, nr_failed); in migrate_pages() 1583 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded); in migrate_pages() 1584 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed); in migrate_pages() 1585 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split); in migrate_pages()
|
A D | page_io.c | 263 count_vm_events(PSWPOUT, thp_nr_pages(page)); in count_swpout_vm_event()
|
A D | swap.c | 498 count_vm_events(UNEVICTABLE_PGMLOCKED, nr_pages); in lru_cache_add_inactive_or_unevictable()
|
A D | vmscan.c | 778 count_vm_events(SLABS_SCANNED, shrinkctl->nr_scanned); in do_shrink_slab() 1960 count_vm_events(PGACTIVATE, pgactivate); in shrink_page_list() 4888 count_vm_events(UNEVICTABLE_PGSCANNED, pgscanned); in check_move_unevictable_pages()
|
A D | vmstat.c | 150 count_vm_events(i, fold_state->event[i]); in vm_events_fold_cpu()
|
A D | compaction.c | 36 count_vm_events(item, delta); in count_compact_events()
|
/linux/include/linux/ |
A D | vmstat.h | 79 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/block/ |
A D | blk-core.c | 990 count_vm_events(PGPGOUT, count); in submit_bio() 993 count_vm_events(PGPGIN, count); in submit_bio()
|
Completed in 30 milliseconds