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