Home
last modified time | relevance | path

Searched refs:create_process (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2977 bool create_process; in kfd_ioctl_set_debug_trap() local
2980 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()
H A Dkfd_process.c965 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
H A Dkfd_priv.h1059 struct kfd_process *create_process(const struct task_struct *thread, bool primary);