Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c943 static clock_t last_flush = (clock_t)-1; in cvc_send_to_iosram() local
963 if (ddi_get_lbolt() - last_flush < in cvc_send_to_iosram()
1052 last_flush = ddi_get_lbolt(); in cvc_send_to_iosram()
/titanic_41/usr/src/uts/common/zmod/
H A Ddeflate.c390 s->last_flush = Z_NO_FLUSH;
579 old_flush = s->last_flush;
580 s->last_flush = flush;
772 s->last_flush = -1;
803 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
828 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c374 int last_flush; member
1020 s->last_flush = Z_NO_FLUSH;
1136 old_flush = s->last_flush;
1137 s->last_flush = flush;
1174 s->last_flush = -1;
1207 s->last_flush = -1;
1245 s->last_flush = -1;