Searched refs:count_mthp_stat (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/ |
| H A D | page_io.c | 276 count_mthp_stat(folio_order(folio), MTHP_STAT_ZSWPOUT); in swap_writeout() 299 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPOUT); in count_swpout_vm_event() 491 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in sio_read_complete() 586 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in swap_read_folio_bdev_sync() 603 count_mthp_stat(folio_order(folio), MTHP_STAT_SWPIN); in swap_read_folio_bdev_async()
|
| H A D | migrate_device.c | 825 count_mthp_stat(HPAGE_PMD_ORDER, MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE); in migrate_vma_insert_huge_pmd_page() 895 count_mthp_stat(HPAGE_PMD_ORDER, MTHP_STAT_ANON_FAULT_ALLOC); in migrate_vma_insert_huge_pmd_page()
|
| H A D | huge_memory.c | 1264 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in vma_alloc_anon_folio_pmd() 1273 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in vma_alloc_anon_folio_pmd() 1274 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE); in vma_alloc_anon_folio_pmd() 1316 count_mthp_stat(HPAGE_PMD_ORDER, MTHP_STAT_ANON_FAULT_ALLOC); in map_anon_folio_pmd_pf() 4102 count_mthp_stat(old_order, !ret ? MTHP_STAT_SPLIT : MTHP_STAT_SPLIT_FAILED); in __folio_split() 4337 count_mthp_stat(folio_order(folio), MTHP_STAT_SPLIT_DEFERRED); in deferred_split_folio()
|
| H A D | memory.c | 4597 count_mthp_stat(order, MTHP_STAT_SWPIN_FALLBACK_CHARGE); in alloc_swap_folio() 4600 count_mthp_stat(order, MTHP_STAT_SWPIN_FALLBACK); in alloc_swap_folio() 5145 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK_CHARGE); in alloc_anon_folio() 5162 count_mthp_stat(order, MTHP_STAT_ANON_FAULT_FALLBACK); in alloc_anon_folio() 5270 count_mthp_stat(folio_order(folio), MTHP_STAT_ANON_FAULT_ALLOC); in do_anonymous_page()
|
| H A D | shmem.c | 1950 count_mthp_stat(order, MTHP_STAT_SHMEM_FALLBACK); in shmem_alloc_and_add_folio() 1975 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_FALLBACK); in shmem_alloc_and_add_folio() 1976 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_FALLBACK_CHARGE); in shmem_alloc_and_add_folio() 2572 count_mthp_stat(folio_order(folio), MTHP_STAT_SHMEM_ALLOC); in shmem_get_folio_gfp()
|
| H A D | vmscan.c | 1314 count_mthp_stat(order, MTHP_STAT_SWPOUT_FALLBACK); in shrink_folio_list()
|
| /linux/include/linux/ |
| H A D | huge_mm.h | 163 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() function 173 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() function
|