Searched refs:last_flush (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/zlib/
H A Ddeflate.c497 s->last_flush = -2;
590 s->last_flush != -2) {
782 old_flush = s->last_flush;
783 s->last_flush = flush;
795 s->last_flush = -1;
844 s->last_flush = -1;
870 s->last_flush = -1;
913 s->last_flush = -1;
936 s->last_flush = -1;
958 s->last_flush
[all...]
H A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
/freebsd-10-stable/sys/dev/drm/
H A Dmga_dma.c91 primary->last_flush = 0;
125 if (primary->tail == primary->last_flush) {
144 primary->last_flush = primary->tail;
182 primary->last_flush = 0;
922 dev_priv->prim.last_flush = 0;
H A Dmga_drv.h61 u32 last_flush; member in struct:drm_mga_primary_buffer
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
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 */
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_ring.c169 if (ib->vm /*&& !ib->vm->last_flush*/) {
187 if (ib->vm && !ib->vm->last_flush) {
188 ib->vm->last_flush = radeon_fence_ref(ib->fence);
H A Dradeon_gart.c702 radeon_fence_unref(&vm->last_flush);
1204 radeon_fence_unref(&vm->last_flush);
1307 radeon_fence_unref(&vm->last_flush);
H A Dradeon.h705 struct radeon_fence *last_flush; member in struct:radeon_vm
/freebsd-10-stable/sys/net/
H A Dzlib.c362 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
897 s->last_flush = Z_NO_FLUSH;
1003 old_flush = s->last_flush;
1004 s->last_flush = flush;
1038 s->last_flush = -1;
1069 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1098 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 109 milliseconds