Searched refs:create_process (Results 1 – 2 of 2) sorted by relevance
70 static struct kfd_process *create_process(const struct task_struct *thread);831 process = create_process(thread); in kfd_create_process()1451 static struct kfd_process *create_process(const struct task_struct *thread) in create_process() function
2924 bool create_process; in kfd_ioctl_set_debug_trap() local2927 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()2930 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()