Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dcompression.c870 void btrfs_cleanup_workspace_manager(struct workspace_manager *wsman) in btrfs_cleanup_workspace_manager() argument
874 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
875 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
877 wsman->ops->free_workspace(ws); in btrfs_cleanup_workspace_manager()
878 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()