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

/freebsd-9.3-release/usr.bin/renice/
H A Drenice.c57 static int donice(int, int, int, int);
123 errs += donice(which, who, prio, incr);
129 donice(int which, int who, int prio, int incr) function
/freebsd-9.3-release/sys/kern/
H A Dkern_resource.c79 static int donice(struct thread *td, struct proc *chgp, int n);
191 error = donice(td, curp, uap->prio);
199 error = donice(td, p, uap->prio);
222 error = donice(td, p, uap->prio);
239 error = donice(td, p, uap->prio);
260 donice(struct thread *td, struct proc *p, int n) function
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h404 extern void donice (Char **, struct command *);
H A Dsh.time.c146 * donice is only called when it on the line by itself or with a +- value
150 donice(Char **v, struct command *c) function
H A Dsh.init.c120 { "nice", donice, 0, INF },

Completed in 141 milliseconds