Searched refs:count_mthp_stat (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/mm/ |
| H A D | page_io.c | 279 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 D | huge_memory.c | 1169 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 D | memory.c | 4373 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 D | shmem.c | 1888 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 D | vmscan.c | 1319 count_mthp_stat(order, MTHP_STAT_SWPOUT_FALLBACK); in shrink_folio_list()
|
| /linux-6.15/include/linux/ |
| H A D | huge_mm.h | 158 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
|