Home
last modified time | relevance | path

Searched refs:mmu_notifier (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_process.c1158 static struct mmu_notifier *kfd_process_alloc_notifier(struct mm_struct *mm) in kfd_process_alloc_notifier()
1165 return p ? &p->mmu_notifier : ERR_PTR(-ESRCH); in kfd_process_alloc_notifier()
1168 static void kfd_process_free_notifier(struct mmu_notifier *mn) in kfd_process_free_notifier()
1170 kfd_unref_process(container_of(mn, struct kfd_process, mmu_notifier)); in kfd_process_free_notifier()
1210 mmu_notifier_put(&p->mmu_notifier); in kfd_process_notifier_release_internal()
1213 static void kfd_process_notifier_release(struct mmu_notifier *mn, in kfd_process_notifier_release()
1222 p = container_of(mn, struct kfd_process, mmu_notifier); in kfd_process_notifier_release()
1463 struct mmu_notifier *mn; in create_process()
1530 BUG_ON(mn != &process->mmu_notifier); in create_process()
H A Dkfd_priv.h888 struct mmu_notifier mmu_notifier; member