Lines Matching full:rtp
105 struct rtprio rtp; in priv_sched_rtprio_curproc_normal() local
108 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_curproc_normal()
109 rtp.prio = 0; in priv_sched_rtprio_curproc_normal()
110 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_normal()
128 struct rtprio rtp; in priv_sched_rtprio_curproc_idle() local
131 rtp.type = RTP_PRIO_IDLE; in priv_sched_rtprio_curproc_idle()
132 rtp.prio = 0; in priv_sched_rtprio_curproc_idle()
133 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_idle()
151 struct rtprio rtp; in priv_sched_rtprio_curproc_realtime() local
154 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_curproc_realtime()
155 rtp.prio = 0; in priv_sched_rtprio_curproc_realtime()
156 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_realtime()
174 struct rtprio rtp; in priv_sched_rtprio_myproc_normal() local
177 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_myproc_normal()
178 rtp.prio = 0; in priv_sched_rtprio_myproc_normal()
179 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_normal()
197 struct rtprio rtp; in priv_sched_rtprio_myproc_idle() local
200 rtp.type = RTP_PRIO_IDLE; in priv_sched_rtprio_myproc_idle()
201 rtp.prio = 0; in priv_sched_rtprio_myproc_idle()
202 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_idle()
220 struct rtprio rtp; in priv_sched_rtprio_myproc_realtime() local
223 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_myproc_realtime()
224 rtp.prio = 0; in priv_sched_rtprio_myproc_realtime()
225 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_realtime()
243 struct rtprio rtp; in priv_sched_rtprio_aproc_normal() local
246 rtp.type = RTP_PRIO_NORMAL; in priv_sched_rtprio_aproc_normal()
247 rtp.prio = 0; in priv_sched_rtprio_aproc_normal()
248 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_normal()
266 struct rtprio rtp; in priv_sched_rtprio_aproc_idle() local
269 rtp.type = RTP_PRIO_IDLE; in priv_sched_rtprio_aproc_idle()
270 rtp.prio = 0; in priv_sched_rtprio_aproc_idle()
271 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_idle()
289 struct rtprio rtp; in priv_sched_rtprio_aproc_realtime() local
292 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_aproc_realtime()
293 rtp.prio = 0; in priv_sched_rtprio_aproc_realtime()
294 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_realtime()