Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_swapout.c836 !thread_safetoswapout(td) || in swapout_procs()
923 if (!thread_safetoswapout(td)) { in swapout()
/f-stack/freebsd/sys/
H A Dproc.h978 #define thread_safetoswapout(td) ((td)->td_flags & TDF_CANSWAP) macro