Searched refs:p_cansched (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | p1003_1b.c | 147 error = p_cansched(td, targetp); 241 error = p_cansched(td, targetp);
|
H A D | kern_resource.c | 270 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 D | kern_procctl.c | 59 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
|
H A D | kern_cpuset.c | 979 error = p_cansched(curthread, p); in cpuset_which()
|
H A D | kern_prot.c | 2095 p_cansched(struct thread *td, struct proc *p) in p_cansched() function
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2906 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 D | proc.h | 1176 int p_cansched(struct thread *td, struct proc *p);
|