Home
last modified time | relevance | path

Searched refs:jobID (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c583 Range src, unsigned jobID) in ZSTDMT_serialState_genSequences() argument
587 while (serialState->nextJobID < jobID) { in ZSTDMT_serialState_genSequences()
592 if (serialState->nextJobID == jobID) { in ZSTDMT_serialState_genSequences()
637 unsigned jobID, size_t cSize) in ZSTDMT_serialState_ensureFinished() argument
640 if (serialState->nextJobID <= jobID) { in ZSTDMT_serialState_ensureFinished()
642 DEBUGLOG(5, "Skipping past job %u because of error", jobID); in ZSTDMT_serialState_ensureFinished()
643 serialState->nextJobID = jobID + 1; in ZSTDMT_serialState_ensureFinished()
674 unsigned jobID; /* set by mtctx, then read by worker => no barrier */ member
702 DEBUGLOG(5, "ZSTDMT_compressionJob: job %u", job->jobID); in ZSTDMT_compressionJob()
716 if (job->jobID != 0) jobParams.fParams.checksumFlag = 0; in ZSTDMT_compressionJob()
[all …]
/freebsd/sys/dev/aac/
H A Daacreg.h848 u_int32_t jobID; /* DO NOT FILL IN! Will be member
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h837 u_int32_t jobID; /* DO NOT FILL IN! Will be member