Searched refs:p_cansched (Results 1 – 6 of 6) sorted by relevance
150 error = p_cansched(td, targetp);244 error = p_cansched(td, targetp);
273 if ((error = p_cansched(td, p))) in donice()332 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()435 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()
57 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
1612 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
953 error = p_cansched(curthread, p); in cpuset_which()
1092 int p_cansched(struct thread *td, struct proc *p);