Lines Matching refs:gfp
72 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof() argument
76 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pte_alloc_one_noprof()
139 gfp_t gfp = GFP_PGTABLE_USER; in pmd_alloc_one_noprof() local
142 gfp = GFP_PGTABLE_KERNEL; in pmd_alloc_one_noprof()
143 ptdesc = pagetable_alloc_noprof(gfp, 0); in pmd_alloc_one_noprof()
175 gfp_t gfp = GFP_PGTABLE_USER; in __pud_alloc_one_noprof() local
179 gfp = GFP_PGTABLE_KERNEL; in __pud_alloc_one_noprof()
181 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pud_alloc_one_noprof()
232 gfp_t gfp = GFP_PGTABLE_USER; in __p4d_alloc_one_noprof() local
236 gfp = GFP_PGTABLE_KERNEL; in __p4d_alloc_one_noprof()
238 ptdesc = pagetable_alloc_noprof(gfp, 0); in __p4d_alloc_one_noprof()
279 gfp_t gfp = GFP_PGTABLE_USER; in __pgd_alloc_noprof() local
283 gfp = GFP_PGTABLE_KERNEL; in __pgd_alloc_noprof()
285 ptdesc = pagetable_alloc_noprof(gfp, order); in __pgd_alloc_noprof()