Lines Matching refs:ch_queue
342 evch_evq_unsub(chp->ch_queue, sdp->sd_msub); in evch_zonefree()
362 evch_evq_destroy(chp->ch_queue); in evch_zonefree()
1047 evch_evq_thrcreate(chp->ch_queue); in evch_chinitthr()
1090 p->ch_queue = evch_evq_create(); in evch_chbind()
1109 evch_evq_stop(p->ch_queue); in evch_chbind()
1170 evch_evq_destroy(chp->ch_queue); in evch_chunbind()
1209 evch_eventq_t *eqp = chp->ch_queue; in evch_chsubscribe()
1344 evch_evq_stop(chp->ch_queue); /* Hold main event queue */ in evch_chunsubscribe()
1354 evch_evq_unsub(chp->ch_queue, sdp->sd_msub); in evch_chunsubscribe()
1403 evch_evq_continue(chp->ch_queue); in evch_chunsubscribe()
1449 return (evch_evq_pub(chp->ch_queue, ev, flags) == 0 ? 0 : EAGAIN); in evch_chpublish()
1525 p->cd_evhwm = EVCH_EVQ_HIGHWM(chp->ch_queue); in evch_chgetchdata()
1526 p->cd_nevents = EVCH_EVQ_EVCOUNT(chp->ch_queue); in evch_chgetchdata()
1655 pmqstat = evch_evq_status(chp->ch_queue); in evch_chrdevent_init()
1657 evch_evq_stop(chp->ch_queue); in evch_chrdevent_init()
1682 while ((ev = evch_evq_evnext(chp->ch_queue, ev)) != NULL) { in evch_chrdevent_init()
1692 evch_evq_continue(chp->ch_queue); in evch_chrdevent_init()
1744 evch_evq_evnext(evch_chan->ch_queue, evch_curev)) == in evch_chgetnextev()