Searched refs:thread_safetoswapout (Results 1 – 2 of 2) sorted by relevance
836 !thread_safetoswapout(td) || in swapout_procs()923 if (!thread_safetoswapout(td)) { in swapout()
978 #define thread_safetoswapout(td) ((td)->td_flags & TDF_CANSWAP) macro