Home
last modified time | relevance | path

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

/fs/btrfs/
Dcompression.c739 static struct list_head comp_idle_workspace[BTRFS_COMPRESS_TYPES]; variable
755 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()