Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c63 static struct kfd_process *find_process(const struct task_struct *thread);
288 process = find_process(thread); in kfd_create_process()
343 process = find_process(thread); in kfd_get_process()
362 static struct kfd_process *find_process(const struct task_struct *thread) in find_process() function
/Linux-v5.4/tools/perf/util/
Devsel.c2383 static bool find_process(const char *name) in find_process() function
2486 if (find_process("oprofiled")) in perf_evsel__open_strerror()
/Linux-v5.4/sound/soc/sof/
Dtopology.c411 static enum sof_ipc_process_type find_process(const char *name) in find_process() function
648 *val = find_process(velem->string); in get_token_process_type()