Searched refs:create_process (Results 1 – 3 of 3) sorted by relevance
2977 bool create_process; in kfd_ioctl_set_debug_trap() local2980 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()2983 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()3186 process = create_process(current, false); in kfd_ioctl_create_process()
965 process = create_process(thread, true); in kfd_create_process()1589 struct kfd_process *create_process(const struct task_struct *thread, bool primary) in create_process() function
1059 struct kfd_process *create_process(const struct task_struct *thread, bool primary);