Searched refs:__pmd_alloc (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | pgalloc-track.h | 37 if (__pmd_alloc(mm, pud, address)) in pmd_alloc_track()
|
H A D | memory.c | 6450 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc() function
|
/linux/include/linux/ |
H A D | mm.h | 2783 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc() function 2793 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); 2863 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()
|
/linux/Documentation/mm/ |
H A D | process_addrs.rst | 601 :c:func:`!__pmd_alloc` respectively. 603 .. note:: :c:func:`!__pmd_alloc` actually invokes :c:func:`!pud_lock` and
|