Lines Matching refs:kfd_process

57 	struct kfd_process *p;
60 static struct kfd_process *find_process(const struct task_struct *thread);
61 static struct kfd_process *create_process(const struct task_struct *thread);
78 struct kfd_process *kfd_create_process(const struct task_struct *thread) in kfd_create_process()
80 struct kfd_process *process; in kfd_create_process()
116 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process()
118 struct kfd_process *process; in kfd_get_process()
132 static struct kfd_process *find_process_by_mm(const struct mm_struct *mm) in find_process_by_mm()
134 struct kfd_process *process; in find_process_by_mm()
144 static struct kfd_process *find_process(const struct task_struct *thread) in find_process()
146 struct kfd_process *p; in find_process()
160 struct kfd_process *p; in kfd_process_wq_release()
203 struct kfd_process *p; in kfd_process_destroy_delayed()
207 p = container_of(rcu, struct kfd_process, rcu); in kfd_process_destroy_delayed()
224 struct kfd_process *p; in kfd_process_notifier_release()
231 p = container_of(mn, struct kfd_process, mmu_notifier); in kfd_process_notifier_release()
269 static struct kfd_process *create_process(const struct task_struct *thread) in create_process()
271 struct kfd_process *process; in create_process()
337 struct kfd_process *p) in kfd_get_process_device_data()
349 struct kfd_process *p) in kfd_create_process_device_data()
374 struct kfd_process *p) in kfd_bind_process_to_device()
399 struct kfd_process *p; in kfd_unbind_process_from_device()
445 struct kfd_process_device *kfd_get_first_process_device_data(struct kfd_process *p) in kfd_get_first_process_device_data()
452 struct kfd_process_device *kfd_get_next_process_device_data(struct kfd_process *p, in kfd_get_next_process_device_data()
460 bool kfd_has_process_device_data(struct kfd_process *p) in kfd_has_process_device_data()
466 struct kfd_process *kfd_lookup_process_by_pasid(unsigned int pasid) in kfd_lookup_process_by_pasid()
468 struct kfd_process *p; in kfd_lookup_process_by_pasid()