Home
last modified time | relevance | path

Searched defs:flushed (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ids.c353 struct dma_fence *flushed; in amdgpu_vmid_grab_used() local
/dflybsd-src/usr.sbin/ppp/
H A Dmppe.c247 int dictinit, flushed, ilen, len, n; in MPPEInput() local
/dflybsd-src/sys/netgraph/mppc/
H A Dng_mppc.c115 u_char flushed; /* clean history (xmit only) */ member
/dflybsd-src/sys/netgraph7/mppc/
H A Dng_mppc.c129 u_char flushed; /* clean history (xmit only) */ member
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1072 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_getFrameProgression() local
1100 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_toFlushNow() local
H A Dzstd_compress.c4257 size_t const flushed = ZSTD_limitCopy(op, (size_t)(oend-op), in ZSTD_compressStream_generic() local
/dflybsd-src/contrib/zstd/lib/
H A Dzstd.h2122 …unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked fr… member