Searched refs:ch_bindings (Results 1 – 2 of 2) sorted by relevance
322 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()
386 uint32_t ch_bindings; /* No of bindings to this channel */ member