Searched refs:POOL_create (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | pool.c | 109 return POOL_create (numThreads, 0); in ZSTD_createThreadPool() 112 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function 327 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function
|
| H A D | pool.h | 28 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize);
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | pool.c | 108 return POOL_create (numThreads, 0); in ZSTD_createThreadPool() 111 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function 326 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function
|
| H A D | pool.h | 27 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize);
|
| /freebsd/sys/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 83 #define POOL_create zfs_POOL_create macro
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio_asyncio.c | 173 ctx->threadPool = POOL_create(1, MAX_IO_JOBS - 2); in AIO_IOPool_createThreadPool()
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 672 pool = POOL_create(nbThreads, 1); in ZDICT_optimizeTrainFromBuffer_fastCover()
|
| H A D | cover.c | 1213 pool = POOL_create(nbThreads, 1);
|