Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c2939 bool create_process; in kfd_ioctl_set_debug_trap() local
2942 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()
2945 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()