Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7215 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
7242 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
7254 if (isQueueFull(ctx)) { in POOL_tryAdd()