Searched refs:zstd_free_workspace (Results 1 – 1 of 1) sorted by relevance
94 static void zstd_free_workspace(struct list_head *ws);131 zstd_free_workspace(&victim->list); in zstd_reclaim_timer_fn()209 zstd_free_workspace(&workspace->list); in zstd_cleanup_workspace_manager()335 static void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace() function366 zstd_free_workspace(&workspace->list); in zstd_alloc_workspace()720 .free_workspace = zstd_free_workspace,