Searched refs:mmu_notifier_unregister (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmu_notifier.c27 * vmtruncate. This serializes against mmu_notifier_unregister with
43 * We arrived before mmu_notifier_unregister so
44 * mmu_notifier_unregister will do nothing other than
46 * mmu_notifier_unregister to return.
50 * RCU here will block mmu_notifier_unregister until
56 * if ->release runs before mmu_notifier_unregister it
73 * invoked by mmu_notifier_unregister.
194 * Serialize the update against mmu_notifier_unregister. A
223 * returns. mmu_notifier_unregister must be always called to
225 * mmu_notifier_unregister t
263 void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) function
298 EXPORT_SYMBOL_GPL(mmu_notifier_unregister); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmmu_notifier.h28 * Called either by mmu_notifier_unregister or when the mm is
160 extern void mmu_notifier_unregister(struct mmu_notifier *mn,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c335 mmu_notifier_unregister(&gms->ms_notifier, current->mm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dkvm_main.c497 mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm);

Completed in 109 milliseconds