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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmu_notifier.c22 * This function can't run concurrently against mmu_notifier_register
23 * because mm->mm_users > 0 during mmu_notifier_register and exit_mmap
222 * pin should be released by calling mmput after mmu_notifier_register
229 int mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) function
233 EXPORT_SYMBOL_GPL(mmu_notifier_register); variable
236 * Same as mmu_notifier_register but here the caller must hold the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmmu_notifier.h156 extern int mmu_notifier_register(struct mmu_notifier *mn,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dkvm_main.c370 return mmu_notifier_register(&kvm->mmu_notifier, current->mm);

Completed in 124 milliseconds