Searched refs:sd_active (Results 1 – 2 of 2) sorted by relevance
333 ASSERT(sdp->sd_active == 0); in evch_zonefree()1236 if ((flags & EVCH_SUB_KEEP) && (esp->sd_active == 0)) { in evch_chsubscribe()1246 esp->sd_active++; in evch_chsubscribe()1308 sdp->sd_active++; in evch_chsubscribe()1382 sdp->sd_active--; in evch_chunsubscribe()1383 ASSERT(sdp->sd_active == 0); in evch_chunsubscribe()1559 subp->sb_active = sdp->sd_active; in evch_chgetchdata()
368 int sd_active; /* Subscription is in use indicator */ member