Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c281 thread_pri = CL_SWAPOUT(t, SOFTSWAP); in sched()
425 thread_pri = CL_SWAPOUT(t, HARDSWAP); in sched()
653 thread_pri = CL_SWAPOUT(tp, swapflags); in swapout()
/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h203 #define CL_SWAPOUT(t, flags) (*(t)->t_clfuncs->cl_swapout)(t, flags) macro