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