Searched refs:mmu_notifier_get_locked (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmmu_notifier.h285 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops,
293 ret = mmu_notifier_get_locked(ops, mm);
/linux-master/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c269 mn = mmu_notifier_get_locked(&gru_mmuops, current->mm);
/linux-master/mm/
H A Dmmu_notifier.c750 * mmu_notifier_get_locked - Return the single struct mmu_notifier for
766 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops, function
792 EXPORT_SYMBOL_GPL(mmu_notifier_get_locked); variable

Completed in 166 milliseconds