Searched refs:zstd_alloc_workspace (Results 1 – 1 of 1) sorted by relevance
95 static struct list_head *zstd_alloc_workspace(unsigned int level);187 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()279 ws = zstd_alloc_workspace(level); in zstd_get_workspace()344 static struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function719 .alloc_workspace = zstd_alloc_workspace,