Home
last modified time | relevance | path

Searched refs:CL_SWAPIN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c224 thread_pri = CL_SWAPIN(t, 0); in sched()
553 thread_pri = CL_SWAPIN(tp, 0); in swapin()
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h201 #define CL_SWAPIN(t, flags) (*(t)->t_clfuncs->cl_swapin)(t, flags) macro