Searched refs:__pmd_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/mm/ |
D | pgalloc-track.h | 37 if (__pmd_alloc(mm, pud, address)) in pmd_alloc_track()
|
D | pagewalk.c | 185 err = __pmd_alloc(walk->mm, pud, addr); in walk_pud_range()
|
D | memory.c | 6447 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc() function
|
/linux-6.14.4/include/linux/ |
D | mm.h | 2789 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc() function 2799 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); 2869 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()
|
/linux-6.14.4/Documentation/mm/ |
D | process_addrs.rst | 601 :c:func:`!__pmd_alloc` respectively. 603 .. note:: :c:func:`!__pmd_alloc` actually invokes :c:func:`!pud_lock` and
|