Searched refs:create_process (Results 1 – 2 of 2) sorted by relevance
71 static struct kfd_process *create_process(const struct task_struct *thread);870 process = create_process(thread); in kfd_create_process()1508 static struct kfd_process *create_process(const struct task_struct *thread) in create_process() function
2942 bool create_process; in kfd_ioctl_set_debug_trap() local2945 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()2948 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()