Home
last modified time | relevance | path

Searched refs:find_process_by_pid (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c5612 * find_process_by_pid - find a process with a matching PID value.
5617 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
6112 p = find_process_by_pid(pid); in do_sched_setscheduler()
6244 p = find_process_by_pid(pid); in SYSCALL_DEFINE3()
6276 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()
6307 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()
6395 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()
6453 p = find_process_by_pid(pid); in sched_setaffinity()
6593 p = find_process_by_pid(pid); in sched_getaffinity()
6955 p = find_process_by_pid(pi in sched_rr_get_interval()
[all...]

Completed in 9 milliseconds