Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c41 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
82 p = find_process_by_pid(pid); in mipsmt_sys_sched_setaffinity()
173 p = find_process_by_pid(pid); in mipsmt_sys_sched_getaffinity()
/openbmc/linux/kernel/sched/
H A Dcore.c7508 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
7987 p = find_process_by_pid(pid); in do_sched_setscheduler()
8110 p = find_process_by_pid(pid); in SYSCALL_DEFINE3()
8142 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()
8171 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()
8254 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()
8385 p = find_process_by_pid(pid); in sched_setaffinity()
8484 p = find_process_by_pid(pid); in sched_getaffinity()
9108 p = find_process_by_pid(pid); in sched_rr_get_interval()