Searched refs:SI_KNPOSTING (Results 1 – 4 of 4) sorted by relevance
130 #define SI_KNPOSTING 0x0020 /* posting to knotes */ macro
444 if ((sip->si_flags & SI_KNPOSTING) == 0) { in ptcwakeup_knote()445 sip->si_flags |= SI_KNPOSTING; in ptcwakeup_knote()447 sip->si_flags &= ~SI_KNPOSTING; in ptcwakeup_knote()
715 assert((tp->t_rsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()719 assert((tp->t_wsel.si_flags & SI_KNPOSTING) == 0); in ptsd_revoke_knotes()
2747 if ((sip->si_flags & SI_KNPOSTING) == 0) { in ttwakeup_knote()2748 sip->si_flags |= SI_KNPOSTING; in ttwakeup_knote()2750 sip->si_flags &= ~SI_KNPOSTING; in ttwakeup_knote()