Lines Matching defs:comp
45 static void zcomp_strm_free(struct zcomp *comp, struct zcomp_strm *zstrm) in zcomp_strm_free()
53 static int zcomp_strm_init(struct zcomp *comp, struct zcomp_strm *zstrm) in zcomp_strm_init()
74 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
86 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
92 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show()
111 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
138 int zcomp_compress(struct zcomp *comp, struct zcomp_strm *zstrm, in zcomp_compress()
156 int zcomp_decompress(struct zcomp *comp, struct zcomp_strm *zstrm, in zcomp_decompress()
172 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
184 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
193 static int zcomp_init(struct zcomp *comp, struct zcomp_params *params) in zcomp_init()
221 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
231 struct zcomp *comp; in zcomp_create() local