Searched refs:find_process_by_pid (Results 1 – 2 of 2) sorted by relevance
42 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function83 p = find_process_by_pid(pid); in mipsmt_sys_sched_setaffinity()174 p = find_process_by_pid(pid); in mipsmt_sys_sched_getaffinity()
267 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function277 p = find_process_by_pid(pid); in find_get_task()1035 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()1066 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()1142 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()1342 p = find_process_by_pid(pid); in sched_getaffinity()1582 struct task_struct *p = find_process_by_pid(pid); in sched_rr_get_interval()
Completed in 8 milliseconds