Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dcompression.c941 struct workspace_manager *wsman; in btrfs_cleanup_workspace_manager() local
944 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager()
945 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
946 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
949 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()