Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c326 ASSERT(chp->ch_bindings == 0); in evch_zonefree()
1122 if (p->ch_bindings >= p->ch_maxbinds) { in evch_chbind()
1134 p->ch_bindings++; in evch_chbind()
1157 ASSERT(chp->ch_bindings > 0); in evch_chunbind()
1158 chp->ch_bindings--; in evch_chunbind()
1160 if (chp->ch_bindings == 0 && evch_dl_getnum(&chp->ch_subscr) == 0 && in evch_chunbind()
1530 p->cd_nbinds = chp->ch_bindings; in evch_chgetchdata()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h386 uint32_t ch_bindings; /* No of bindings to this channel */ member