Searched refs:create_process (Results 1 – 2 of 2) sorted by relevance
3013 bool create_process; in kfd_ioctl_set_debug_trap() local3016 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()3019 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()3222 process = create_process(current, false); in kfd_ioctl_create_process()
1063 struct kfd_process *create_process(const struct task_struct *thread, bool primary);