Lines Matching refs:ch_queue
338 evch_evq_unsub(chp->ch_queue, sdp->sd_msub); in evch_zonefree()
358 evch_evq_destroy(chp->ch_queue); in evch_zonefree()
1043 evch_evq_thrcreate(chp->ch_queue); in evch_chinitthr()
1086 p->ch_queue = evch_evq_create(); in evch_chbind()
1105 evch_evq_stop(p->ch_queue); in evch_chbind()
1166 evch_evq_destroy(chp->ch_queue); in evch_chunbind()
1206 evch_eventq_t *eqp = chp->ch_queue; in evch_chsubscribe()
1341 evch_evq_stop(chp->ch_queue); /* Hold main event queue */ in evch_chunsubscribe()
1351 evch_evq_unsub(chp->ch_queue, sdp->sd_msub); in evch_chunsubscribe()
1400 evch_evq_continue(chp->ch_queue); in evch_chunsubscribe()
1446 return (evch_evq_pub(chp->ch_queue, ev, flags) == 0 ? 0 : EAGAIN); in evch_chpublish()
1522 p->cd_evhwm = EVCH_EVQ_HIGHWM(chp->ch_queue); in evch_chgetchdata()
1523 p->cd_nevents = EVCH_EVQ_EVCOUNT(chp->ch_queue); in evch_chgetchdata()
1653 pmqstat = evch_evq_status(chp->ch_queue); in evch_chrdevent_init()
1655 evch_evq_stop(chp->ch_queue); in evch_chrdevent_init()
1678 while ((ev = evch_evq_evnext(chp->ch_queue, ev)) != NULL) { in evch_chrdevent_init()
1688 evch_evq_continue(chp->ch_queue); in evch_chrdevent_init()
1740 evch_evq_evnext(evch_chan->ch_queue, evch_curev)) == in evch_chgetnextev()