Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDp1003_1b.c152 error = p_cansched(td, targetp);
246 error = p_cansched(td, targetp);
HDkern_resource.c261 if ((error = p_cansched(td, p))) in donice()
321 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()
424 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()
HDkern_procctl.c51 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
HDkern_cpuset.c470 error = p_cansched(curthread, p); in cpuset_which()
HDkern_prot.c1579 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
/NextBSD/sys/sys/
HDproc.h963 int p_cansched(struct thread *td, struct proc *p);