Home
last modified time | relevance | path

Searched refs:t_clfuncs (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h157 #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)
[all …]
H A Dthread.h142 struct thread_ops *t_clfuncs; /* scheduling class ops vector */ member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c228 t0.t_clfuncs = &sys_classfuncs.thread; in mlsetup()
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c980 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in sysdc_enterclass()
1050 t->t_clfuncs = &(sclass[syscid].cl_funcs->thread); in sysdc_exit()
H A Dts.c632 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in ts_enterclass()
1853 if (tx->t_clfuncs != &ts_classfuncs.thread && in ts_update_list()
1854 tx->t_clfuncs != &ia_classfuncs.thread) in ts_update_list()
H A Drt.c415 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in rt_enterclass()
H A Dfx.c524 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in fx_enterclass()
H A Dthread.c431 t->t_clfuncs = &sys_classfuncs.thread; in thread_create()
H A Dfss.c1732 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in fss_enterclass()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c165 t0.t_clfuncs = &sys_classfuncs.thread; in mlsetup()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c583 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in lwp_create()
1912 ct->t_clfuncs = t->t_clfuncs; in forklwp()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2168 ct->t_clfuncs = t->t_clfuncs; in pr_agent()