Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dpool.c250 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
277 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
289 if (isQueueFull(ctx)) { in POOL_tryAdd()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7214 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
7241 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
7253 if (isQueueFull(ctx)) { in POOL_tryAdd()