Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dhuge_memory.c93 bool in_pf = tva_flags & TVA_IN_PF; in __thp_vma_allowable_orders() local
117 return in_pf ? orders : 0; in __thp_vma_allowable_orders()
124 if (!in_pf && !smaps && (vm_flags & VM_NO_KHUGEPAGED)) in __thp_vma_allowable_orders()
134 if (!in_pf) { in __thp_vma_allowable_orders()
154 if (!in_pf && shmem_file(vma->vm_file)) in __thp_vma_allowable_orders()
173 if (((in_pf || smaps)) && vma->vm_ops->huge_fault) in __thp_vma_allowable_orders()
176 if (((!in_pf || smaps)) && file_thp_enabled(vma)) in __thp_vma_allowable_orders()
192 return (smaps || in_pf) ? orders : 0; in __thp_vma_allowable_orders()