Lines Matching refs:error

106 	int error;  in priv_sched_rtprio_curproc_normal()  local
110 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_normal()
113 error, 0, 0); in priv_sched_rtprio_curproc_normal()
116 error, 0, 0); in priv_sched_rtprio_curproc_normal()
119 error, 0, 0); in priv_sched_rtprio_curproc_normal()
122 error, 0, 0); in priv_sched_rtprio_curproc_normal()
129 int error; in priv_sched_rtprio_curproc_idle() local
133 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_idle()
136 error, -1, EPERM); in priv_sched_rtprio_curproc_idle()
139 error, 0, 0); in priv_sched_rtprio_curproc_idle()
142 error, -1, EPERM); in priv_sched_rtprio_curproc_idle()
145 error, -1, EPERM); in priv_sched_rtprio_curproc_idle()
152 int error; in priv_sched_rtprio_curproc_realtime() local
156 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_curproc_realtime()
159 error, -1, EPERM); in priv_sched_rtprio_curproc_realtime()
162 error, 0, 0); in priv_sched_rtprio_curproc_realtime()
165 error, -1, EPERM); in priv_sched_rtprio_curproc_realtime()
168 error, -1, EPERM); in priv_sched_rtprio_curproc_realtime()
175 int error; in priv_sched_rtprio_myproc_normal() local
179 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_normal()
182 error, 0, 0); in priv_sched_rtprio_myproc_normal()
185 error, 0, 0); in priv_sched_rtprio_myproc_normal()
188 error, 0, 0); in priv_sched_rtprio_myproc_normal()
191 error, 0, 0); in priv_sched_rtprio_myproc_normal()
198 int error; in priv_sched_rtprio_myproc_idle() local
202 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_idle()
205 error, -1, EPERM); in priv_sched_rtprio_myproc_idle()
208 error, 0, 0); in priv_sched_rtprio_myproc_idle()
211 error, -1, EPERM); in priv_sched_rtprio_myproc_idle()
214 error, -1, EPERM); in priv_sched_rtprio_myproc_idle()
221 int error; in priv_sched_rtprio_myproc_realtime() local
225 error = rtprio(RTP_SET, 0, &rtp); in priv_sched_rtprio_myproc_realtime()
228 error, -1, EPERM); in priv_sched_rtprio_myproc_realtime()
231 error, 0, 0); in priv_sched_rtprio_myproc_realtime()
234 error, -1, EPERM); in priv_sched_rtprio_myproc_realtime()
237 error, -1, EPERM); in priv_sched_rtprio_myproc_realtime()
244 int error; in priv_sched_rtprio_aproc_normal() local
248 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_normal()
251 error, -1, ESRCH); in priv_sched_rtprio_aproc_normal()
254 error, 0, 0); in priv_sched_rtprio_aproc_normal()
257 error, -1, ESRCH); in priv_sched_rtprio_aproc_normal()
260 error, -1, EPERM); in priv_sched_rtprio_aproc_normal()
267 int error; in priv_sched_rtprio_aproc_idle() local
271 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_idle()
274 error, -1, ESRCH); in priv_sched_rtprio_aproc_idle()
277 error, 0, 0); in priv_sched_rtprio_aproc_idle()
280 error, -1, ESRCH); in priv_sched_rtprio_aproc_idle()
283 error, -1, EPERM); in priv_sched_rtprio_aproc_idle()
290 int error; in priv_sched_rtprio_aproc_realtime() local
294 error = rtprio(RTP_SET, childproc, &rtp); in priv_sched_rtprio_aproc_realtime()
297 error, -1, ESRCH); in priv_sched_rtprio_aproc_realtime()
300 error, 0, 0); in priv_sched_rtprio_aproc_realtime()
303 error, -1, ESRCH); in priv_sched_rtprio_aproc_realtime()
306 error, -1, EPERM); in priv_sched_rtprio_aproc_realtime()