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

/linux-4.1.27/arch/mips/kernel/
H A Dmips-mt-fpaff.c34 * find_process_by_pid - find a process with a matching PID value.
38 static inline struct task_struct *find_process_by_pid(pid_t pid) find_process_by_pid() function
79 p = find_process_by_pid(pid); mipsmt_sys_sched_setaffinity()
169 p = find_process_by_pid(pid); mipsmt_sys_sched_getaffinity()
/linux-4.1.27/kernel/sched/
H A Dcore.c3227 * find_process_by_pid - find a process with a matching PID value.
3232 static struct task_struct *find_process_by_pid(pid_t pid) find_process_by_pid() function
3718 p = find_process_by_pid(pid); do_sched_setscheduler()
3852 p = find_process_by_pid(pid); SYSCALL_DEFINE3()
3877 p = find_process_by_pid(pid); SYSCALL_DEFINE1()
3906 p = find_process_by_pid(pid); SYSCALL_DEFINE2()
3988 p = find_process_by_pid(pid); SYSCALL_DEFINE4()
4025 p = find_process_by_pid(pid); sched_setaffinity()
4150 p = find_process_by_pid(pid); sched_getaffinity()
4492 p = find_process_by_pid(pid); SYSCALL_DEFINE2()

Completed in 83 milliseconds