Searched refs:__pmd_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/mm/ |
D | pgalloc-track.h | 37 if (__pmd_alloc(mm, pud, address)) in pmd_alloc_track()
|
D | memory.c | 5215 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc() function
|
/linux-5.19.10/include/linux/ |
D | mm.h | 2178 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc() function 2188 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); 2258 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()
|