Home
last modified time | relevance | path

Searched refs:eq_holdmode (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c423 if (eqp->eq_holdmode) { in evch_delivery_hold()
429 } while (eqp->eq_holdmode); in evch_delivery_hold()
453 while (eqp->eq_holdmode == 0 && eqp->eq_tabortflag == 0 && in evch_delivery_thr()
473 eqp->eq_holdmode = 1; in evch_delivery_thr()
565 eqp->eq_holdmode = 0; in evch_evq_destroy()
668 eqp->eq_holdmode = 1; in evch_evq_stop()
683 eqp->eq_holdmode = 0; in evch_evq_continue()
694 return (eqp->eq_holdmode); in evch_evq_status()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h329 int eq_holdmode; /* Hold event delivery */ member