Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c68 static struct kfd_process *find_process(const struct task_struct *thread,
822 process = find_process(thread, false); in kfd_create_process()
890 process = find_process(thread, false); in kfd_get_process()
909 static struct kfd_process *find_process(const struct task_struct *thread, in find_process() function
943 p = find_process(task, true); in kfd_lookup_process_by_pid()
/linux-6.1.9/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()
/linux-6.1.9/tools/perf/util/
Devsel.c2902 static bool find_process(const char *name) in find_process() function
3036 if (find_process("oprofiled")) in evsel__open_strerror()