Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dcompression.c803 struct workspace_manager *wsman; in btrfs_cleanup_workspace_manager() local
806 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager()
807 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
808 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
811 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()