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