Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_io.c279 count_mthp_stat(folio_order(folio), MTHP_STAT_ZSWPOUT); in swap_writepage()
300 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPOUT); in count_swpout_vm_event()
497 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in sio_read_complete()
592 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in swap_read_folio_bdev_sync()
609 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in swap_read_folio_bdev_async()
H A Dhuge_memory.c1169 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in vma_alloc_anon_folio_pmd()
1178 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in vma_alloc_anon_folio_pmd()
1179 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE); in vma_alloc_anon_folio_pmd()
1214 count_mthp_stat(HPAGE_PMD_ORDER, MTHP_STAT_ANON_FAULT_ALLOC); in map_anon_folio_pmd()
3924 count_mthp_stat(order, !ret ? MTHP_STAT_SPLIT : MTHP_STAT_SPLIT_FAILED); in __folio_split()
4110 count_mthp_stat(folio_order(folio), MTHP_STAT_SPLIT_DEFERRED); in deferred_split_folio()
H A Dmemory.c4373 count_mthp_stat(order, MTHP_STAT_SWPIN_FALLBACK_CHARGE); in alloc_swap_folio()
4376 count_mthp_stat(order, MTHP_STAT_SWPIN_FALLBACK); in alloc_swap_folio()
4920 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE); in alloc_anon_folio()
4937 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in alloc_anon_folio()
5045 count_mthp_stat(folio_order(folio), MTHP_STAT_ANON_FAULT_ALLOC); in do_anonymous_page()
H A Dshmem.c1888 count_mthp_stat(order, MTHP_STAT_SHMEM_FALLBACK); in shmem_alloc_and_add_folio()
1913 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_FALLBACK); in shmem_alloc_and_add_folio()
1914 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_FALLBACK_CHARGE); in shmem_alloc_and_add_folio()
2526 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_ALLOC); in shmem_get_folio_gfp()
H A Dvmscan.c1319 count_mthp_stat(order, MTHP_STAT_SWPOUT_FALLBACK); in shrink_folio_list()
/linux-6.15/include/linux/
H A Dhuge_mm.h158 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() function
168 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() function