Searched refs:SC_PARK_FLG (Results 1 – 3 of 3) sorted by relevance
73 #define SC_PARK_FLG 0x01 /* calling lwp_park() */ macro
368 scp->sc_flgs |= SC_PARK_FLG; in set_parking_flag()375 scp->sc_flgs &= ~(SC_PARK_FLG | SC_CANCEL_FLG); in set_parking_flag()
401 return ((tdp->sc_flgs & SC_PARK_FLG) != 0); in schedctl_is_park()429 tdp->sc_flgs |= SC_PARK_FLG; in schedctl_set_park()442 tdp->sc_flgs &= ~SC_PARK_FLG; in schedctl_unpark()