Home
last modified time | relevance | path

Searched refs:mmu_notifier_unregister_no_release (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/mm/
Dmmu_notifier.c423 void mmu_notifier_unregister_no_release(struct mmu_notifier *mn, in mmu_notifier_unregister_no_release() function
437 EXPORT_SYMBOL_GPL(mmu_notifier_unregister_no_release);
Dhmm.c286 mmu_notifier_unregister_no_release(&hmm->mmu_notifier, mm); in hmm_mirror_unregister()
/Linux-v4.19/include/linux/
Dmmu_notifier.h220 extern void mmu_notifier_unregister_no_release(struct mmu_notifier *mn,
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mn.c132 mmu_notifier_unregister_no_release(&amn->mn, amn->mm); in amdgpu_mn_destroy()
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c437 mmu_notifier_unregister_no_release(&p->mmu_notifier, mm); in kfd_process_notifier_release()
580 mmu_notifier_unregister_no_release(&process->mmu_notifier, process->mm); in create_process()