Searched refs:pmd_move_must_withdraw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 462 int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl, in pmd_move_must_withdraw() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1306 #define pmd_move_must_withdraw pmd_move_must_withdraw macro 1308 extern int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1413 #define pmd_move_must_withdraw pmd_move_must_withdraw macro 1415 extern int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 558 int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl, in pmd_move_must_withdraw() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | huge_memory.c | 1715 #ifndef pmd_move_must_withdraw 1716 static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, in pmd_move_must_withdraw() function 1772 if (pmd_move_must_withdraw(new_ptl, old_ptl, vma)) { in move_huge_pmd()
|
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 1722 #ifndef pmd_move_must_withdraw 1723 static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, in pmd_move_must_withdraw() function 1780 if (pmd_move_must_withdraw(new_ptl, old_ptl, vma)) { in move_huge_pmd()
|
Completed in 25 milliseconds