Home
last modified time | relevance | path

Searched refs:nice (Results 1 – 25 of 54) sorted by relevance

123

/dflybsd-src/etc/
H A Dhosts.allow50 sendmail : .nice.guy.example.com : allow
56 exim : .nice.guy.example.com : allow
68 ftpd : .nice.guy.example.com : allow
/dflybsd-src/sys/vm/
H A Dvm_page2.h140 vm_paging_min_nice(int nice) in vm_paging_min_nice() argument
146 if (nice) { in vm_paging_min_nice()
151 count = (nice + 20) * delta / 40; in vm_paging_min_nice()
H A Dvm_page.c2960 int nice; in vm_wait() local
2962 nice = curthread->td_proc ? curthread->td_proc->p_nice : 0; in vm_wait()
2964 if (vm_paging_min_nice(nice + 1)) in vm_wait()
2992 int nice; in vm_wait_pfault() local
3006 nice = curthread->td_proc ? curthread->td_proc->p_nice : 0; in vm_wait_pfault()
3008 if (vm_paging_min_nice(nice)) { in vm_wait_pfault()
/dflybsd-src/usr.bin/systat/
H A Dvmmeter.c139 CPUD(d, i, nice); in showvmm()
146 CPUV(d, user) + CPUV(d, nice)); in showvmm()
199 CPUVTOT(nice)); in showvmm()
/dflybsd-src/lib/libc/gen/
H A Dnice.c43 nice(int incr) in nice() function
H A DSymbol.map330 nice;
/dflybsd-src/contrib/tcsh-6/
H A Dtc.decls.h204 # undef nice
205 # define nice(a) xnice(a) macro
H A Dtc.os.h53 # define nice(a) setprio((getpid()),a) macro
H A Dsh.time.c161 (void) nice(nval); in donice()
/dflybsd-src/sys/vfs/isofs/cd9660/
H A DTODO.hibler8 2. It would be nice to be able to use the vfs_cluster code.
/dflybsd-src/test/interbench/
H A Dreadme.interactivity3 There has been a lot of talk about what makes up a nice feeling desktop under
/dflybsd-src/doc/
H A DTODO.nvmm9 * AMD: we don't support VCPU_CONF_TPR, would be nice to.
/dflybsd-src/usr.sbin/cron/doc/
H A DMAIL210 Log files! It would be nice to be able to specify a log for cron
212 The latter can of course be done with > and 2> but it would be nice if
215 Another thing which would be nice is to be able to specify which shell
234 > Another thing which would be nice is to be able to specify which shell
344 Obviously this should be optional, but it would be nice if there were a
436 It would be nice if nonprivileged users can setup personal crontab files
449 The System V cron is nice, but it has a few annoying features. One is that
471 A log file might be a nice idea, but the System V cron log is too verbose.
/dflybsd-src/bin/ps/
H A Dprint.c275 if (KI_PROC(k, nice) < NZERO) in state()
277 else if (KI_PROC(k, nice) > NZERO) in state()
585 niceval = KI_PROC(k, nice) - NZERO; in pnice()
/dflybsd-src/share/examples/ppp/
H A Dppp.linkup.sample35 # nice things such as kick off "sendmail -q", "popclient my.isp" and
/dflybsd-src/test/stress/stress2/
H A DREADME42 20090120: des@ pointed out it would be nice to be able to set the
/dflybsd-src/games/fortune/
H A DREADME19 It is a nice thing to have a neighbor of Avery's grain. He has
/dflybsd-src/contrib/dhcpcd/
H A DREADME.md16 It also has a nice configuration dialog and the ability to enter a pass phrase
/dflybsd-src/contrib/tcp_wrappers/
H A Doptions.c362 if (dry_run == 0 && nice(niceval) < 0)
/dflybsd-src/include/
H A Dunistd.h509 int nice(int);
/dflybsd-src/libexec/atrun/
H A Datrun.c296 nice(tolower(queue) - 'a'); in run_file()
/dflybsd-src/games/hack/
H A DREAD_ME62 running under nice; in that case you might write a program play.c
/dflybsd-src/usr.bin/top/
H A Dtop.c453 (void) nice(-20); in do_arguments()
/dflybsd-src/sbin/natacontrol/
H A Dnatacontrol.c616 nice(20); in main()
/dflybsd-src/games/larn/
H A Dmain.c247 nice(1); /* games should be run niced */ in main()

123