HomeSort by: relevance | last modified time | path
    Searched defs:donice (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/renice/
renice.c 55 static int donice(int, id_t, int, int);
117 errs += donice(which, who, prio, incr);
145 donice(int which, id_t who, int prio, int incr) function in typeref:typename:int
  /src/bin/csh/
time.c 86 * donice is only called when it on the line by itself or with a +- value
90 donice(Char **v, struct command *t) function in typeref:typename:void
  /src/sys/kern/
kern_resource.c 71 static int donice(struct lwp *, struct proc *, int);
230 error = donice(l, p, SCARG(uap, prio));
245 error = donice(l, p, SCARG(uap, prio));
261 error = donice(l, p, SCARG(uap, prio));
284 donice(struct lwp *l, struct proc *chgp, int n) function in typeref:typename:int

Completed in 14 milliseconds