Searched refs:comp_idle_workspace (Results 1 – 1 of 1) sorted by relevance
747 static struct list_head comp_idle_workspace[BTRFS_COMPRESS_TYPES]; variable763 INIT_LIST_HEAD(&comp_idle_workspace[i]); in btrfs_init_compress()780 struct list_head *idle_workspace = &comp_idle_workspace[idx]; in find_workspace()823 struct list_head *idle_workspace = &comp_idle_workspace[idx]; in free_workspace()855 while (!list_empty(&comp_idle_workspace[i])) { in free_workspaces()856 workspace = comp_idle_workspace[i].next; in free_workspaces()