HomeSort by: relevance | last modified time | path
    Searched defs:find_process (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c 69 static struct kfd_process *find_process(const struct task_struct *thread);
294 process = find_process(thread);
351 process = find_process(thread);
370 static struct kfd_process *find_process(const struct task_struct *thread) function in typeref:struct:kfd_process *
kfd_process.c 69 static struct kfd_process *find_process(const struct task_struct *thread);
294 process = find_process(thread);
351 process = find_process(thread);
370 static struct kfd_process *find_process(const struct task_struct *thread) function in typeref:struct:kfd_process *

Completed in 26 milliseconds