Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/book3s64/
Dpgtable.c567 int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl, in pmd_move_must_withdraw() argument
572 return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma); in pmd_move_must_withdraw()
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1367 extern int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
/linux-6.12.1/mm/
Dhuge_memory.c2110 static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, in pmd_move_must_withdraw() argument
2120 return (new_pmd_ptl != old_pmd_ptl) && vma_is_anonymous(vma); in pmd_move_must_withdraw()