Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dp1003_1b.c147 error = p_cansched(td, targetp);
241 error = p_cansched(td, targetp);
H A Dkern_resource.c270 if ((error = p_cansched(td, p))) in donice()
330 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()
433 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()
H A Dkern_procctl.c59 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
H A Dkern_cpuset.c979 error = p_cansched(curthread, p); in cpuset_which()
H A Dkern_prot.c2095 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2906 if ((error = p_cansched(td, p))) { in linux_ioprio_set()
2937 p_cansched(td, p) == 0) { in linux_ioprio_set()
2957 p_cansched(td, p) == 0) { in linux_ioprio_set()
/freebsd/sys/sys/
H A Dproc.h1176 int p_cansched(struct thread *td, struct proc *p);