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.c564 range_t src, unsigned jobID) in ZSTDMT_serialState_update() argument
568 while (serialState->nextJobID < jobID) { in ZSTDMT_serialState_update()
573 if (serialState->nextJobID == jobID) { in ZSTDMT_serialState_update()
612 unsigned jobID, size_t cSize) in ZSTDMT_serialState_ensureFinished() argument
615 if (serialState->nextJobID <= jobID) { in ZSTDMT_serialState_ensureFinished()
617 DEBUGLOG(5, "Skipping past job %u because of error", jobID); in ZSTDMT_serialState_ensureFinished()
618 serialState->nextJobID = jobID + 1; in ZSTDMT_serialState_ensureFinished()
649 unsigned jobID; /* set by mtctx, then read by worker => no barrier */ member
689 if (job->jobID != 0) jobParams.fParams.checksumFlag = 0; in ZSTDMT_compressionJob()
719 ZSTDMT_serialState_update(job->serial, cctx, rawSeqStore, job->src, job->jobID); 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