Home
last modified time | relevance | path

Searched defs:POOL_ctx_s (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/zstd/lib/common/
H A Dpool.c34 struct POOL_ctx_s { struct
35 ZSTD_customMem customMem;
37 ZSTD_pthread_t* threads;
38 size_t threadCapacity;
39 size_t threadLimit;
42 POOL_job *queue;
43 size_t queueHead;
44 size_t queueTail;
45 size_t queueSize;
48 size_t numThreadsBusy;
[all …]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c34 struct POOL_ctx_s { struct
35 ZSTD_customMem customMem;
37 ZSTD_pthread_t* threads;
38 size_t threadCapacity;
39 size_t threadLimit;
42 POOL_job *queue;
43 size_t queueHead;
44 size_t queueTail;
45 size_t queueSize;
48 size_t numThreadsBusy;
[all …]