Lines Matching refs:t_clfuncs
157 #define CL_CANEXIT(t, cr) (*(t)->t_clfuncs->cl_canexit)(t, cr)
159 #define CL_FORK(tp, ct, bufp) (*(tp)->t_clfuncs->cl_fork)(tp, ct, bufp)
161 #define CL_FORKRET(t, ct) (*(t)->t_clfuncs->cl_forkret)(t, ct)
170 (*(t)->t_clfuncs->cl_parmsget)(t, (void *)clparmsp)
185 (*(t)->t_clfuncs->cl_parmsset)(t, (void *)clparmsp, cid, curpcredp)
187 #define CL_PREEMPT(tp) (*(tp)->t_clfuncs->cl_preempt)(tp)
189 #define CL_SETRUN(tp) (*(tp)->t_clfuncs->cl_setrun)(tp)
191 #define CL_SLEEP(tp) (*(tp)->t_clfuncs->cl_sleep)(tp)
193 #define CL_STOP(t, why, what) (*(t)->t_clfuncs->cl_stop)(t, why, what)
195 #define CL_EXIT(t) (*(t)->t_clfuncs->cl_exit)(t)
197 #define CL_ACTIVE(t) (*(t)->t_clfuncs->cl_active)(t)
199 #define CL_INACTIVE(t) (*(t)->t_clfuncs->cl_inactive)(t)
201 #define CL_SWAPIN(t, flags) (*(t)->t_clfuncs->cl_swapin)(t, flags)
203 #define CL_SWAPOUT(t, flags) (*(t)->t_clfuncs->cl_swapout)(t, flags)
205 #define CL_TICK(t) (*(t)->t_clfuncs->cl_tick)(t)
207 #define CL_TRAPRET(t) (*(t)->t_clfuncs->cl_trapret)(t)
209 #define CL_WAKEUP(t) (*(t)->t_clfuncs->cl_wakeup)(t)
212 (*(t)->t_clfuncs->cl_donice)(t, cr, inc, ret)
215 (*(t)->t_clfuncs->cl_doprio)(t, cr, inc, ret)
217 #define CL_GLOBPRI(t) (*(t)->t_clfuncs->cl_globpri)(t)
220 (*(t)->t_clfuncs->cl_set_process_group)(s, b, f)
222 #define CL_YIELD(tp) (*(tp)->t_clfuncs->cl_yield)(tp)