Searched refs:TDF_SWAPINREQ (Results 1 – 3 of 3) sorted by relevance
596 (td->td_flags & TDF_SWAPINREQ) == 0) { in setrunnable()597 td->td_flags |= TDF_SWAPINREQ; in setrunnable()
702 if ((td->td_flags & TDF_SWAPINREQ) == 0) in swapper_selector()877 td->td_flags &= ~TDF_SWAPINREQ; in swapclear()
471 #define TDF_SWAPINREQ 0x00400000 /* Swapin request due to wakeup. */ macro