Home
last modified time | relevance | path

Searched refs:PRIO_MIN (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/usr.bin/renice/
H A Drenice.c132 if (prio < PRIO_MIN) in donice()
133 prio = PRIO_MIN; in donice()
/dflybsd-src/sys/sys/
H A Dresource.h55 #define PRIO_MIN -20 macro
H A Dusched_dfly.h68 #define PRIO_RANGE (PRIO_MAX - PRIO_MIN + 1)
/dflybsd-src/lib/libutil/
H A Dlogin_class.c349 } else if (p < PRIO_MIN) { in setusercontext()
351 p -= PRIO_MIN - RTP_PRIO_MAX; in setusercontext()
/dflybsd-src/sys/kern/
H A Dkern_sched.c259 *ret = PRIO_MIN; in ksched_get_priority_min()
H A Dkern_resource.c303 if (n < PRIO_MIN) in donice()
304 n = PRIO_MIN; in donice()
H A Dusched_bsd4.c79 #define PRIO_RANGE (PRIO_MAX - PRIO_MIN + 1)
1139 newpriority = (lp->lwp_proc->p_nice - PRIO_MIN) * PPQ / NICEPPQ; in bsd4_resetpriority()
H A Dusched_dfly.c1143 newpriority = (lp->lwp_proc->p_nice - PRIO_MIN) * in dfly_resetpriority()
/dflybsd-src/usr.bin/top/
H A Dcommands.c499 #if defined(PRIO_MIN) && defined(PRIO_MAX) in renice_procs()
501 if (procnum == -1 || prio < PRIO_MIN || prio > PRIO_MAX) in renice_procs()
H A Dm_dragonfly.c798 xnice = PRIO_MIN - 1 - RTP_PRIO_MAX + LP(pp, rtprio.prio); in format_next_process()
804 xnice = PRIO_MIN - 1 - RTP_PRIO_MAX - LP(pp, rtprio.prio); in format_next_process()
/dflybsd-src/bin/ps/
H A Dprint.c576 niceval = PRIO_MIN - 1 - RTP_PRIO_MAX + KI_LWP(k, rtprio).prio; in pnice()
582 niceval = PRIO_MIN - 1 - RTP_PRIO_MAX - KI_LWP(k, rtprio).prio; in pnice()
/dflybsd-src/sbin/shutdown/
H A Dshutdown.c225 setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/dflybsd-src/sys/vm/
H A Dvm_pageout.c1830 info.bigproc->p_nice = PRIO_MIN; in vm_pageout_scan_cache()