Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c777 struct workspace_manager *gwsm; in alloc_workspace_manager() local
781 gwsm = kzalloc(sizeof(*gwsm), GFP_KERNEL); in alloc_workspace_manager()
782 if (!gwsm) in alloc_workspace_manager()
785 INIT_LIST_HEAD(&gwsm->idle_ws); in alloc_workspace_manager()
786 spin_lock_init(&gwsm->ws_lock); in alloc_workspace_manager()
787 atomic_set(&gwsm->total_ws, 0); in alloc_workspace_manager()
788 init_waitqueue_head(&gwsm->ws_wait); in alloc_workspace_manager()
789 fs_info->compr_wsm[type] = gwsm; in alloc_workspace_manager()
801 atomic_set(&gwsm->total_ws, 1); in alloc_workspace_manager()
802 gwsm->free_ws = 1; in alloc_workspace_manager()
[all …]