Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgalloc.h21 struct ptdesc *ptdesc = pagetable_alloc_noprof(GFP_PGTABLE_KERNEL & in __pte_alloc_one_kernel_noprof()
75 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pte_alloc_one_noprof()
142 ptdesc = pagetable_alloc_noprof(gfp, 0); in pmd_alloc_one_noprof()
177 ptdesc = pagetable_alloc_noprof(gfp, 0); in __pud_alloc_one_noprof()
231 ptdesc = pagetable_alloc_noprof(gfp, 0); in __p4d_alloc_one_noprof()
275 ptdesc = pagetable_alloc_noprof(gfp, order); in __pgd_alloc_noprof()
/linux/include/linux/
H A Dmm.h2879 static inline struct ptdesc *pagetable_alloc_noprof(gfp_t gfp, unsigned int order) in pagetable_alloc_noprof() function
2885 #define pagetable_alloc(...) alloc_hooks(pagetable_alloc_noprof(__VA_ARGS__))