Searched refs:donice (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 78 static int donice(struct thread *td, struct proc *chgp, int n); 199 error = donice(td, curp, prio); in kern_setpriority() 207 error = donice(td, p, prio); in kern_setpriority() 230 error = donice(td, p, prio); in kern_setpriority() 247 error = donice(td, p, prio); in kern_setpriority() 268 donice(struct thread *td, struct proc *p, int n) in donice() function
|