Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c440 evch_qelem_t *qep; in evch_delivery_thr() local
454 (qep = evch_q_out(&eqp->eq_eventq)) != NULL) { in evch_delivery_thr()
459 eqp->eq_curevent = qep->q_objref; in evch_delivery_thr()
464 res = evch_deliver(sub, qep->q_objref); in evch_delivery_thr()
503 evch_gevent_free((evch_gevent_t *)qep->q_objref); in evch_delivery_thr()
504 kmem_free(qep, qep->q_objsize); in evch_delivery_thr()
558 evch_qelem_t *qep; in evch_evq_destroy() local
572 while ((qep = (evch_qelem_t *)evch_q_out(&eqp->eq_eventq)) != NULL) { in evch_evq_destroy()
573 evch_gevent_free((evch_gevent_t *)qep->q_objref); in evch_evq_destroy()
574 kmem_free(qep, qep->q_objsize); in evch_evq_destroy()
[all …]