Lines Matching defs:comp
46 static void zcomp_strm_free(struct zcomp *comp, struct zcomp_strm *zstrm) in zcomp_strm_free()
54 static int zcomp_strm_init(struct zcomp *comp, struct zcomp_strm *zstrm) in zcomp_strm_init()
75 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
87 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
93 ssize_t zcomp_available_show(const char *comp, char *buf, ssize_t at) in zcomp_available_show()
110 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
137 int zcomp_compress(struct zcomp *comp, struct zcomp_strm *zstrm, in zcomp_compress()
155 int zcomp_decompress(struct zcomp *comp, struct zcomp_strm *zstrm, in zcomp_decompress()
171 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
183 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
192 static int zcomp_init(struct zcomp *comp, struct zcomp_params *params) in zcomp_init()
220 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
230 struct zcomp *comp; in zcomp_create() local