Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c42 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
83 p = find_process_by_pid(pid); in mipsmt_sys_sched_setaffinity()
174 p = find_process_by_pid(pid); in mipsmt_sys_sched_getaffinity()
/linux/kernel/sched/
H A Dcore.c7576 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
7586 p = find_process_by_pid(pid); in find_get_task()
8195 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()
8226 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()
8302 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()
8503 p = find_process_by_pid(pid); in sched_getaffinity()
9110 struct task_struct *p = find_process_by_pid(pid); in sched_rr_get_interval()