Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c71 static struct kfd_process *create_process(const struct task_struct *thread);
870 process = create_process(thread); in kfd_create_process()
1508 static struct kfd_process *create_process(const struct task_struct *thread) in create_process() function
H A Dkfd_chardev.c2942 bool create_process; in kfd_ioctl_set_debug_trap() local
2945 create_process = thread && thread != current && ptrace_parent(thread) == current; in kfd_ioctl_set_debug_trap()
2948 target = create_process ? kfd_create_process(thread) : in kfd_ioctl_set_debug_trap()