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