Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1670 snp->sn_queue = evch_evq_create(); in evch_chrdevent_init()
1671 evch_evq_stop(snp->sn_queue); in evch_chrdevent_init()
1678 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init()
1683 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init()
1705 evch_evq_destroy(snp->sn_queue); in evch_chrdevent_fini()
1751 snp->sn_nxtev = (sysevent_impl_t *)evch_evq_evnext(snp->sn_queue, in evch_chgetnextev()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h414 evch_eventq_t *sn_queue; /* Event queue with snapshot of ev's */ member