Lines Matching refs:mmu_notifier
3 * linux/mm/mmu_notifier.c
11 #include <linux/mmu_notifier.h>
302 struct mmu_notifier *subscription;
324 struct mmu_notifier, hlist);
369 struct mmu_notifier *subscription;
389 struct mmu_notifier *subscription;
408 struct mmu_notifier *subscription;
430 struct mmu_notifier *subscription;
479 struct mmu_notifier *subscription;
556 struct mmu_notifier *subscription;
591 struct mmu_notifier *subscription;
611 int __mmu_notifier_register(struct mmu_notifier *subscription,
711 * While the caller has a mmu_notifier get the subscription->mm pointer will remain
714 int mmu_notifier_register(struct mmu_notifier *subscription,
726 static struct mmu_notifier *
729 struct mmu_notifier *subscription;
750 * mmu_notifier_get_locked - Return the single struct mmu_notifier for
755 * This function either allocates a new mmu_notifier via
763 * While the caller has a mmu_notifier get the mm pointer will remain valid,
766 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
769 struct mmu_notifier *subscription;
812 void mmu_notifier_unregister(struct mmu_notifier *subscription,
856 struct mmu_notifier *subscription =
857 container_of(rcu, struct mmu_notifier, rcu);
887 void mmu_notifier_put(struct mmu_notifier *subscription)
1102 * associated with an unused mmu_notifier will no longer be called.