Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c96 struct zstd_pool { struct
107 struct zstd_pool *pool; argument
202 static struct zstd_pool *zstd_mempool_cctx;
203 static struct zstd_pool *zstd_mempool_dctx;
207 zstd_mempool_reap(struct zstd_pool *zstd_mempool) in zstd_mempool_reap()
209 struct zstd_pool *pool; in zstd_mempool_reap()
248 zstd_mempool_alloc(struct zstd_pool *zstd_mempool, size_t size) in zstd_mempool_alloc()
250 struct zstd_pool *pool; in zstd_mempool_alloc()
657 zstd_mempool_cctx = (struct zstd_pool *) in zstd_mempool_init()
659 zstd_mempool_dctx = (struct zstd_pool *) in zstd_mempool_init()
[all …]