Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c244 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
271 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
283 if (isQueueFull(ctx)) { in POOL_tryAdd()
/freebsd/sys/contrib/zstd/lib/common/
H A Dpool.c252 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
280 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
292 if (isQueueFull(ctx)) { in POOL_tryAdd()