Home
last modified time | relevance | path

Searched refs:queueEmpty (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dpool.c50 int queueEmpty; member
74 while ( ctx->queueEmpty in POOL_thread()
89 ctx->queueEmpty = ctx->queueHead == ctx->queueTail; in POOL_thread()
133 ctx->queueEmpty = 1; in POOL_create_advanced()
255 !ctx->queueEmpty; in isQueueFull()
266 ctx->queueEmpty = 0; in POOL_add_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7021 int queueEmpty; member
7045 while ( ctx->queueEmpty in POOL_thread()
7060 ctx->queueEmpty = ctx->queueHead == ctx->queueTail; in POOL_thread()
7100 ctx->queueEmpty = 1; in POOL_create_advanced()
7220 !ctx->queueEmpty; in isQueueFull()
7231 ctx->queueEmpty = 0; in POOL_add_internal()