Searched refs:sd_pushcnt (Results 1 – 4 of 4) sorted by relevance
204 if (stp->sd_pushcnt >= nstrpush) { in push_mod()224 if (anchor == stp->sd_pushcnt) { in push_mod()225 stp->sd_anchor = stp->sd_pushcnt; in push_mod()392 stp->sd_pushcnt = 0; in stropen()3798 if (stp->sd_pushcnt >= nstrpush) { in strioctl()3882 if (stp->sd_pushcnt > 0 && in strioctl()3883 stp->sd_pushcnt == stp->sd_anchor && in strioctl()3933 if (stp->sd_pushcnt < stp->sd_anchor) { in strioctl()4077 if (stp->sd_pushcnt >= nstrpush || pos < 0 || in strioctl()4078 pos > stp->sd_pushcnt) { in strioctl()[all …]
4807 stp->sd_pushcnt++; in insertq()4959 stp->sd_pushcnt--; in removeq()5234 sqlist_size = 2 * sizeof (syncql_t) * stp->sd_pushcnt + in sqlist_alloc()5237 sqlist_size += 2 * sizeof (syncql_t) * stp->sd_mate->sd_pushcnt; in sqlist_alloc()
188 int sd_pushcnt; /* number of pushes done on stream */ member
704 sd.sd_pushcnt, sd.sd_anchor, sd.sd_refcnt); in stdata()