Home
last modified time | relevance | path

Searched refs:newrqtype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dusched_bsd4.c1107 u_short newrqtype; in bsd4_resetpriority() local
1118 newrqtype = lp->lwp_rtprio.type; in bsd4_resetpriority()
1120 switch(newrqtype) { in bsd4_resetpriority()
1152 panic("Bad RTP_PRIO %d", newrqtype); in bsd4_resetpriority()
1169 lp->lwp_rqtype = newrqtype; in bsd4_resetpriority()
1174 lp->lwp_rqtype = newrqtype; in bsd4_resetpriority()
H A Dusched_dfly.c1095 u_short newrqtype; in dfly_resetpriority() local
1121 newrqtype = lp->lwp_rtprio.type; in dfly_resetpriority()
1123 switch(newrqtype) { in dfly_resetpriority()
1159 panic("Bad RTP_PRIO %d", newrqtype); in dfly_resetpriority()
1194 lp->lwp_rqtype = newrqtype; in dfly_resetpriority()
1200 lp->lwp_rqtype = newrqtype; in dfly_resetpriority()