Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable-ppc64.h601 #define pmd_move_must_withdraw pmd_move_must_withdraw macro
603 static inline int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl, in pmd_move_must_withdraw() function
/linux-4.1.27/include/asm-generic/
Dpgtable.h594 #ifndef pmd_move_must_withdraw
595 static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, in pmd_move_must_withdraw() function
/linux-4.1.27/mm/
Dhuge_memory.c1465 if (pmd_move_must_withdraw(new_ptl, old_ptl)) { in move_huge_pmd()