Searched refs:comp_idle_workspace (Results 1 – 1 of 1) sorted by relevance
739 static struct list_head comp_idle_workspace[BTRFS_COMPRESS_TYPES]; variable755 INIT_LIST_HEAD(&comp_idle_workspace[i]); in btrfs_init_compress()772 struct list_head *idle_workspace = &comp_idle_workspace[idx]; in find_workspace()815 struct list_head *idle_workspace = &comp_idle_workspace[idx]; in free_workspace()847 while (!list_empty(&comp_idle_workspace[i])) { in free_workspaces()848 workspace = comp_idle_workspace[i].next; in free_workspaces()