Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Devchannels.c322 ASSERT(chp->ch_bindings == 0); in evch_zonefree()
1118 if (p->ch_bindings >= p->ch_maxbinds) { in evch_chbind()
1130 p->ch_bindings++; in evch_chbind()
1153 ASSERT(chp->ch_bindings > 0); in evch_chunbind()
1154 chp->ch_bindings--; in evch_chunbind()
1156 if (chp->ch_bindings == 0 && evch_dl_getnum(&chp->ch_subscr) == 0 && in evch_chunbind()
1526 p->cd_nbinds = chp->ch_bindings; in evch_chgetchdata()
/titanic_50/usr/src/uts/common/sys/
H A Dsysevent_impl.h386 uint32_t ch_bindings; /* No of bindings to this channel */ member