Home
last modified time | relevance | path

Searched refs:mm_take_all_locks (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmmu_notifier.c33 * mm->notifier_subscriptions inside the mm_take_all_locks() protected
647 * kmalloc cannot be called under mm_take_all_locks(), but we in __mmu_notifier_register()
664 ret = mm_take_all_locks(mm); in __mmu_notifier_register()
674 * thanks to mm_take_all_locks(). in __mmu_notifier_register()
682 * mm_take_all_locks() do not need to use acquire semantics. in __mmu_notifier_register()
H A Dmmap.c3658 * mm_take_all_locks(). The caller isn't allowed to release the
3666 * A single task can't take more than one mm_take_all_locks() in a row
3681 * doesn't nest them and we protected from parallel mm_take_all_locks() by
3684 * mm_take_all_locks() and mm_drop_all_locks are expensive operations
3687 * mm_take_all_locks() can fail if it's interrupted by signals.
3689 int mm_take_all_locks(struct mm_struct *mm) in mm_take_all_locks() function
/kernel/linux/linux-6.6/mm/
H A Dmmu_notifier.c33 * mm->notifier_subscriptions inside the mm_take_all_locks() protected
632 * kmalloc cannot be called under mm_take_all_locks(), but we in __mmu_notifier_register()
649 ret = mm_take_all_locks(mm); in __mmu_notifier_register()
659 * thanks to mm_take_all_locks(). in __mmu_notifier_register()
667 * mm_take_all_locks() do not need to use acquire semantics. in __mmu_notifier_register()
H A Dmmap.c3671 * mm_take_all_locks(). The caller isn't allowed to release the
3679 * A single task can't take more than one mm_take_all_locks() in a row
3695 * doesn't nest them and we protected from parallel mm_take_all_locks() by
3698 * mm_take_all_locks() and mm_drop_all_locks are expensive operations
3701 * mm_take_all_locks() can fail if it's interrupted by signals.
3703 int mm_take_all_locks(struct mm_struct *mm) in mm_take_all_locks() function
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h2610 extern int mm_take_all_locks(struct mm_struct *mm);
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h3281 extern int mm_take_all_locks(struct mm_struct *mm);

Completed in 24 milliseconds