Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c946 struct workspace_manager *wsman; in btrfs_cleanup_workspace_manager() local
949 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager()
950 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
951 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
954 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c704 struct workspace_manager *wsman; in btrfs_cleanup_workspace_manager() local
707 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager()
708 while (!list_empty(&wsman->idle_ws)) { in btrfs_cleanup_workspace_manager()
709 ws = wsman->idle_ws.next; in btrfs_cleanup_workspace_manager()
712 atomic_dec(&wsman->total_ws); in btrfs_cleanup_workspace_manager()

Completed in 6 milliseconds