Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDp1003_1b.c147 error = p_cansched(td, targetp);
241 error = p_cansched(td, targetp);
HDkern_resource.c273 if ((error = p_cansched(td, p))) in donice()
333 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio_thread()
436 if ((error = p_cansched(td, p)) || (error = cierror)) in sys_rtprio()
HDkern_procctl.c59 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
HDkern_cpuset.c979 error = p_cansched(curthread, p); in cpuset_which()
HDkern_prot.c2095 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
/freebsd-14-stable/sys/compat/linux/
HDlinux_misc.c2880 if ((error = p_cansched(td, p))) { in linux_ioprio_set()
2911 p_cansched(td, p) == 0) { in linux_ioprio_set()
2931 p_cansched(td, p) == 0) { in linux_ioprio_set()
/freebsd-14-stable/sys/sys/
HDproc.h1194 int p_cansched(struct thread *td, struct proc *p);