Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/kernel/
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()
/linux-6.3-rc2/kernel/sched/
A Dcore.c7419 static struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() function
7882 p = find_process_by_pid(pid); in do_sched_setscheduler()
8005 p = find_process_by_pid(pid); in SYSCALL_DEFINE3()
8037 p = find_process_by_pid(pid); in SYSCALL_DEFINE1()
8066 p = find_process_by_pid(pid); in SYSCALL_DEFINE2()
8149 p = find_process_by_pid(pid); in SYSCALL_DEFINE4()
8280 p = find_process_by_pid(pid); in sched_setaffinity()
8379 p = find_process_by_pid(pid); in sched_getaffinity()
8955 p = find_process_by_pid(pid); in sched_rr_get_interval()

Completed in 19 milliseconds