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 void zstd_free_workspace(struct list_head *ws);
95 struct list_head *zstd_alloc_workspace(unsigned int level);
106 struct list_head *pos, *next; in zstd_reclaim_timer_fn()
172 struct list_head *ws; in zstd_init_workspace_manager()
227 static struct list_head *zstd_find_workspace(unsigned int level) in zstd_find_workspace()
229 struct list_head *ws; in zstd_find_workspace()
263 struct list_head *zstd_get_workspace(unsigned int level) in zstd_get_workspace()
265 struct list_head *ws; in zstd_get_workspace()
304 void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace()
334 void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace()
343 struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace()
369 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping, in zstd_compress_pages()
546 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio()
624 int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()