Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c67 static struct kfd_process *find_process(const struct task_struct *thread,
827 process = find_process(thread, false); in kfd_create_process()
886 process = find_process(thread, false); in kfd_get_process()
905 static struct kfd_process *find_process(const struct task_struct *thread, in find_process() function
939 p = find_process(task, true); in kfd_lookup_process_by_pid()
/Linux-v6.6/tools/perf/util/
Devsel.c2891 static bool find_process(const char *name) in find_process() function
3019 if (find_process("oprofiled")) in evsel__open_strerror()
/Linux-v6.6/sound/soc/sof/
Dipc3-topology.c49 static enum sof_ipc_process_type find_process(const char *name) in find_process() function
65 *val = find_process((const char *)elem); in get_token_process_type()