Home
last modified time | relevance | path

Searched refs:TVA_PAGEFAULT (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhuge_mm.h99 TVA_PAGEFAULT, /* Serving a page fault. */ enumerator
/linux/mm/
H A Dmemory.c4633 orders = thp_vma_allowable_orders(vma, vma->vm_flags, TVA_PAGEFAULT, in alloc_swap_folio()
5150 orders = thp_vma_allowable_orders(vma, vma->vm_flags, TVA_PAGEFAULT, in alloc_anon_folio()
6382 thp_vma_allowable_order(vma, vm_flags, TVA_PAGEFAULT, PUD_ORDER)) { in __handle_mm_fault()
6416 thp_vma_allowable_order(vma, vm_flags, TVA_PAGEFAULT, PMD_ORDER)) { in __handle_mm_fault()
H A Dhuge_memory.c109 const bool in_pf = type == TVA_PAGEFAULT; in __thp_vma_allowable_orders()