Searched refs:donice (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.bin/renice/
H A Drenice.c59 static int donice(int, int, int, int);
125 errs += donice(which, who, prio, incr);
131 donice(int which, int who, int prio, int incr) function
/freebsd-12-stable/sys/kern/
H A Dkern_resource.c79 static int donice(struct thread *td, struct proc *chgp, int n);
187 error = donice(td, curp, uap->prio);
195 error = donice(td, p, uap->prio);
218 error = donice(td, p, uap->prio);
235 error = donice(td, p, uap->prio);
256 donice(struct thread *td, struct proc *p, int n) function
/freebsd-12-stable/contrib/tcsh/
H A Dsh.decls.h409 extern void donice (Char **, struct command *);
H A Dsh.time.c142 * donice is only called when it on the line by itself or with a +- value
146 donice(Char **v, struct command *c) function
H A Dsh.init.c116 { "nice", donice, 0, INF },

Completed in 179 milliseconds