Home
last modified time | relevance | path

Searched refs:p_cansched (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dp1003_1b.c150 error = p_cansched(td, targetp);
244 error = p_cansched(td, targetp);
H A Dkern_resource.c273 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()
H A Dkern_procctl.c57 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
H A Dkern_prot.c1612 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
H A Dkern_cpuset.c953 error = p_cansched(curthread, p); in cpuset_which()
/f-stack/freebsd/sys/
H A Dproc.h1092 int p_cansched(struct thread *td, struct proc *p);