Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dusched_dummy.c56 #define PRIBASE_THREAD (MAXPRI * 3) macro
409 lp->lwp_priority = PRIBASE_THREAD + lp->lwp_rtprio.prio; in dummy_resetpriority()
H A Dusched_bsd4.c62 #define PRIBASE_THREAD (MAXPRI * 3) macro
1149 newpriority = PRIBASE_THREAD + (lp->lwp_rtprio.prio & PRIMASK); in bsd4_resetpriority()
H A Dusched_dfly.c1156 newpriority = PRIBASE_THREAD + (lp->lwp_rtprio.prio & PRIMASK); in dfly_resetpriority()
/dragonfly/sys/sys/
H A Dusched_dfly.h48 #define PRIBASE_THREAD (MAXPRI * 3) macro