Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c66 static struct kfd_process *find_process(const struct task_struct *thread);
765 process = find_process(thread); in kfd_create_process()
838 process = find_process(thread); in kfd_get_process()
857 static struct kfd_process *find_process(const struct task_struct *thread) in find_process() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.c2564 static bool find_process(const char *name) in find_process() function
2680 if (find_process("oprofiled")) in evsel__open_strerror()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dtopology.c440 static enum sof_ipc_process_type find_process(const char *name) in find_process() function
529 *val = find_process(velem->string); in get_token_process_type()