Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/common/ !
H A Dpool.c325 static POOL_ctx g_poolCtx; variable
337 return &g_poolCtx; in POOL_create_advanced()
341 assert(!ctx || ctx == &g_poolCtx); in POOL_free()
346 assert(!ctx || ctx == &g_poolCtx); in POOL_joinJobs()
368 assert(ctx == &g_poolCtx); in POOL_sizeof()
/src/sys/contrib/zstd/lib/common/ !
H A Dpool.c313 static POOL_ctx g_poolCtx; variable
325 return &g_poolCtx; in POOL_create_advanced()
329 assert(!ctx || ctx == &g_poolCtx); in POOL_free()
351 assert(ctx == &g_poolCtx); in POOL_sizeof()