Home
last modified time | relevance | path

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

123

/dragonfly/etc/
HDhosts.allow50 sendmail : .nice.guy.example.com : allow
56 exim : .nice.guy.example.com : allow
68 ftpd : .nice.guy.example.com : allow
/dragonfly/sys/vm/
HDvm_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()
HDvm_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()
/dragonfly/usr.bin/systat/
HDvmmeter.c139 CPUD(d, i, nice); in showvmm()
146 CPUV(d, user) + CPUV(d, nice)); in showvmm()
199 CPUVTOT(nice)); in showvmm()
/dragonfly/lib/libc/gen/
HDnice.c43 nice(int incr) in nice() function
HDSymbol.map330 nice;
/dragonfly/contrib/tcsh-6/
HDtc.decls.h204 # undef nice
205 # define nice(a) xnice(a) macro
HDtc.os.h53 # define nice(a) setprio((getpid()),a) macro
HDsh.time.c161 (void) nice(nval); in donice()
/dragonfly/sys/vfs/isofs/cd9660/
HDTODO.hibler8 2. It would be nice to be able to use the vfs_cluster code.
/dragonfly/test/interbench/
HDreadme.interactivity3 There has been a lot of talk about what makes up a nice feeling desktop under
/dragonfly/doc/
HDTODO.nvmm9 * AMD: we don't support VCPU_CONF_TPR, would be nice to.
/dragonfly/usr.sbin/cron/doc/
HDMAIL210 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.
/dragonfly/bin/ps/
HDprint.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()
/dragonfly/share/examples/ppp/
HDppp.linkup.sample35 # nice things such as kick off "sendmail -q", "popclient my.isp" and
/dragonfly/test/stress/stress2/
HDREADME42 20090120: des@ pointed out it would be nice to be able to set the
/dragonfly/games/fortune/
HDREADME19 It is a nice thing to have a neighbor of Avery's grain. He has
/dragonfly/contrib/dhcpcd/
HDREADME.md16 It also has a nice configuration dialog and the ability to enter a pass phrase
/dragonfly/contrib/tcp_wrappers/
HDoptions.c362 if (dry_run == 0 && nice(niceval) < 0)
/dragonfly/libexec/atrun/
HDatrun.c296 nice(tolower(queue) - 'a'); in run_file()
/dragonfly/include/
HDunistd.h509 int nice(int);
/dragonfly/games/hack/
HDREAD_ME62 running under nice; in that case you might write a program play.c
/dragonfly/usr.bin/top/
HDtop.c453 (void) nice(-20); in do_arguments()
/dragonfly/sbin/natacontrol/
HDnatacontrol.c616 nice(20); in main()
/dragonfly/games/larn/
HDmain.c247 nice(1); /* games should be run niced */ in main()

123