Home
last modified time | relevance | path

Searched refs:new_pmd_ptl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c554 int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl, in pmd_move_must_withdraw() argument
559 return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma); in pmd_move_must_withdraw()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1427 extern int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
/linux/mm/
H A Dhuge_memory.c2512 static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, in pmd_move_must_withdraw() argument
2522 return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma); in pmd_move_must_withdraw()