Home
last modified time | relevance | path

Searched refs:PRIBASE_IDLE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
HDusched_dummy.c55 #define PRIBASE_IDLE (MAXPRI * 2) macro
406 lp->lwp_priority = PRIBASE_IDLE + lp->lwp_rtprio.prio; in dummy_resetpriority()
HDusched_bsd4.c61 #define PRIBASE_IDLE (MAXPRI * 2) macro
1146 newpriority = PRIBASE_IDLE + (lp->lwp_rtprio.prio & PRIMASK); in bsd4_resetpriority()
HDusched_dfly.c1153 newpriority = PRIBASE_IDLE + (lp->lwp_rtprio.prio & PRIMASK); in dfly_resetpriority()
/dragonfly/sys/sys/
HDusched_dfly.h47 #define PRIBASE_IDLE (MAXPRI * 2) macro