Searched refs:create_process (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c70 static struct kfd_process *create_process(const struct task_struct *thread);
832 process = create_process(thread);
1460 static struct kfd_process *create_process(const struct task_struct *thread) function
H A Dkfd_chardev.c2924 bool create_process; local
2927 create_process = thread && thread != current && ptrace_parent(thread) == current;
2930 target = create_process ? kfd_create_process(thread) :

Completed in 118 milliseconds