Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-mt-fpaff.c38 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
79 p = find_process_by_pid(pid); in mipsmt_sys_sched_setaffinity()
169 p = find_process_by_pid(pid); in mipsmt_sys_sched_getaffinity()
/linux-4.4.14/kernel/sched/
Dcore.c3603 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
4101 p = find_process_by_pid(pid); in do_sched_setscheduler()
4235 p = find_process_by_pid(pid); in SYSCALL_DEFINE3()
4260 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()
4289 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()
4371 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()
4408 p = find_process_by_pid(pid); in sched_setaffinity()
4533 p = find_process_by_pid(pid); in sched_getaffinity()
4875 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()