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.c1157 static struct mmu_notifier *kfd_process_alloc_notifier(struct mm_struct *mm) in kfd_process_alloc_notifier()
1164 return p ? &p->mmu_notifier : ERR_PTR(-ESRCH); in kfd_process_alloc_notifier()
1167 static void kfd_process_free_notifier(struct mmu_notifier *mn) in kfd_process_free_notifier()
1169 kfd_unref_process(container_of(mn, struct kfd_process, mmu_notifier)); in kfd_process_free_notifier()
1209 mmu_notifier_put(&p->mmu_notifier); in kfd_process_notifier_release_internal()
1212 static void kfd_process_notifier_release(struct mmu_notifier *mn, in kfd_process_notifier_release()
1221 p = container_of(mn, struct kfd_process, mmu_notifier); in kfd_process_notifier_release()
1462 struct mmu_notifier *mn; in create_process()
1529 BUG_ON(mn != &process->mmu_notifier); in create_process()
H A Dkfd_priv.h888 struct mmu_notifier mmu_notifier; member