Searched refs:nice (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.1-release/lib/libc/gen/
H A Dnice.c31 static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93";
43 * Backwards compatible nice.
46 nice(incr) function
H A DMakefile.inc87 nice.c \
233 nice.3 \
H A DSymbol.map219 nice;
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.decls.h205 # undef nice macro
206 # define nice(a) xnice(a) macro
H A Dtc.os.h54 # define nice(a) setprio((getpid()),a) macro
H A Dsh.time.c165 (void) nice(nval);
/freebsd-10.1-release/sys/sys/
H A Dsched.h86 void sched_nice(struct proc *p, int nice);
/freebsd-10.1-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc280 // would be nice to avoid a dependency on curses proper when we can make do
/freebsd-10.1-release/usr.bin/ctlstat/
H A Dctlstat.c88 uint64_t nice; member in struct:ctl_cpu_stats
229 cpu_stats->nice = cp_time[CP_NICE];
425 ctx->cur_cpu.nice + ctx->cur_cpu.system +
/freebsd-10.1-release/contrib/bmake/mk/
H A Ddep.mk12 # it would be nice to be able to query .SUFFIXES
H A Dmeta.autodep.mk24 # it would be nice to be able to query .SUFFIXES
143 # it would be nice to be able to get .SUFFIXES as ${.SUFFIXES}
H A Dgendirdeps.mk236 # It would be nice do peform this check for all of DIRDEPS,
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1244 char nice[32]; local
1261 zdb_nicenum(dd->dd_used_bytes, nice);
1262 (void) printf("\t\tused_bytes = %s\n", nice);
1263 zdb_nicenum(dd->dd_compressed_bytes, nice);
1264 (void) printf("\t\tcompressed_bytes = %s\n", nice);
1265 zdb_nicenum(dd->dd_uncompressed_bytes, nice);
1266 (void) printf("\t\tuncompressed_bytes = %s\n", nice);
1267 zdb_nicenum(dd->dd_quota, nice);
1268 (void) printf("\t\tquota = %s\n", nice);
1269 zdb_nicenum(dd->dd_reserved, nice);
[all...]
/freebsd-10.1-release/sys/dev/isp/
H A DHardware.txt150 I rather like this box. The blue LEDs are a very nice touch- you
/freebsd-10.1-release/contrib/tcp_wrappers/
H A Doptions.c86 static void nice_option(); /* execute "nice" option */
123 "nice", nice_option, OPT_ARG,
353 /* nice_option - set nice value */
365 tcpd_jump("bad nice value: \"%s\"", value);
366 if (dry_run == 0 && nice(niceval) < 0)
367 tcpd_warn("nice(%d): %m", niceval);
/freebsd-10.1-release/include/
H A Dunistd.h455 int nice(int);
/freebsd-10.1-release/contrib/ntp/adjtimed/
H A Dadjtimed.c212 if (nice(-10) == -1) {
213 msyslog(LOG_ERR, "nice: %m");
214 perror("adjtimed: nice");
/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dlogin.c431 nice(udb->ue_nice[UDBRC_INTER]);
/freebsd-10.1-release/libexec/atrun/
H A Datrun.c305 nice(tolower(queue) - 'a');
/freebsd-10.1-release/contrib/mdocml/
H A Dmdoc_man.c387 * It doesn't print a nice ", and" for lists.
/freebsd-10.1-release/contrib/top/
H A Dtop.c367 /* be very un-nice! */
368 (void) nice(-20);
/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c120 * ranges supporting nice values.
153 * or positive nice respectively.
156 * PRI_NRESV: Number of nice values.
158 * PRI_NICE: Determines the part of the priority inherited from nice.
168 #define SCHED_PRI_NICE(nice) (nice)
1496 * priorities. These threads are not subject to nice restrictions.
1500 * utilization and the rest is decided by nice value.
1502 * The nice value of the process has a linear effect on the calculated
1503 * score. Negative nice value
1971 sched_nice(struct proc *p, int nice) argument
[all...]
H A Dsched_4bsd.c84 #define NICE_WEIGHT 1 /* Priorities per nice level. */
807 sched_nice(struct proc *p, int nice) argument
812 p->p_nice = nice;
/freebsd-10.1-release/usr.sbin/apmd/
H A Dapmd.c668 nice(NICE_INCR);
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dlex.c1304 FIXME: Would be nice if we didn't need the PFILE argument. */

Completed in 437 milliseconds

12