Lines Matching refs:list_head
49 struct list_head list;
50 struct list_head lru_list;
78 struct list_head lru_list;
79 struct list_head idle_ws[ZSTD_BTRFS_MAX_LEVEL];
89 static inline struct workspace *list_to_workspace(struct list_head *list) in list_to_workspace()
94 static void zstd_free_workspace(struct list_head *ws);
95 static struct list_head *zstd_alloc_workspace(unsigned int level);
107 struct list_head *pos, *next; in zstd_reclaim_timer_fn()
173 struct list_head *ws; in zstd_init_workspace_manager()
228 static struct list_head *zstd_find_workspace(unsigned int level) in zstd_find_workspace()
230 struct list_head *ws; in zstd_find_workspace()
264 static struct list_head *zstd_get_workspace(unsigned int level) in zstd_get_workspace()
266 struct list_head *ws; in zstd_get_workspace()
305 static void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace()
335 static void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace()
344 static struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace()
370 static int zstd_compress_pages(struct list_head *ws, in zstd_compress_pages()
551 static int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio()
629 static int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()