Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c188 const bool in_pf = type == TVA_PAGEFAULT; in __thp_vma_allowable_orders() local
212 return in_pf ? orders : 0; in __thp_vma_allowable_orders()
219 if (!in_pf && !smaps && (vm_flags & VM_NO_KHUGEPAGED)) in __thp_vma_allowable_orders()
229 if (!in_pf) { in __thp_vma_allowable_orders()
249 if (!in_pf && shmem_file(vma->vm_file)) in __thp_vma_allowable_orders()
268 return (smaps || in_pf) ? orders : 0; in __thp_vma_allowable_orders()