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

/freebsd-9.3-release/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-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_ring.c168 if (ib->vm && !ib->vm->last_flush) {
186 if (ib->vm && !ib->vm->last_flush) {
187 ib->vm->last_flush = radeon_fence_ref(ib->fence);
H A Dradeon_gart.c702 radeon_fence_unref(&vm->last_flush);
1199 radeon_fence_unref(&vm->last_flush);
1302 radeon_fence_unref(&vm->last_flush);
H A Dradeon.h703 struct radeon_fence *last_flush; member in struct:radeon_vm
/freebsd-9.3-release/lib/libz/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/freebsd-9.3-release/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-9.3-release/sys/net/
H A Dzlib.c355 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
890 s->last_flush = Z_NO_FLUSH;
996 old_flush = s->last_flush;
997 s->last_flush = flush;
1031 s->last_flush = -1;
1062 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1091 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 216 milliseconds