Searched refs:sd_refcnt (Results 1 – 4 of 4) sorted by relevance
528 stp->sd_refcnt++; in canputnext()529 ASSERT(stp->sd_refcnt != 0); /* Wraparound */ in canputnext()
3286 stp->sd_refcnt = 0; in shalloc()4587 if (stp1->sd_refcnt > 0) { in strlock()4594 if (stp2->sd_refcnt > 0) { in strlock()4606 while (stp->sd_refcnt > 0) { in strlock()5622 stp->sd_refcnt++; in claimstr()5623 ASSERT(stp->sd_refcnt != 0); /* Wraparound */ in claimstr()5636 ASSERT(stp->sd_refcnt != 0); in releasestr()5637 if (--stp->sd_refcnt == 0) in releasestr()
206 int sd_refcnt; /* number of claimstr */ member
704 sd.sd_pushcnt, sd.sd_anchor, sd.sd_refcnt); in stdata()