Searched refs:CL_SWAPOUT (Results 1 – 2 of 2) sorted by relevance
281 thread_pri = CL_SWAPOUT(t, SOFTSWAP); in sched()425 thread_pri = CL_SWAPOUT(t, HARDSWAP); in sched()656 thread_pri = CL_SWAPOUT(tp, swapflags); in swapout()
203 #define CL_SWAPOUT(t, flags) (*(t)->t_clfuncs->cl_swapout)(t, flags) macro