Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drtprio.h50 #define RTP_PRIO_IDLE PRI_IDLE /* idle process */ macro
/f-stack/freebsd/kern/
H A Dkern_resource.c354 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio_thread()
420 rtp.type = RTP_PRIO_IDLE; in sys_rtprio()
444 (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_IDLE && in sys_rtprio()
490 case RTP_PRIO_IDLE: in rtp_to_pri()
H A Dkern_poll.c559 rtp.type = RTP_PRIO_IDLE; in poll_idle()
/f-stack/tools/libutil/
H A Dlogin_class.c451 rtp.type = RTP_PRIO_IDLE; in setusercontext()