Searched defs:max_strm (Results 1 - 1 of 1) sorted by relevance

/drivers/block/zram/
H A Dzcomp.c38 int max_strm; member in struct:zcomp_strm_multi
115 if (zs->avail_strm >= zs->max_strm) {
143 if (zs->avail_strm <= zs->max_strm) {
155 /* change max_strm limit */
162 zs->max_strm = num_strm;
192 static int zcomp_strm_multi_create(struct zcomp *comp, int max_strm) argument
209 zs->max_strm = max_strm;
330 struct zcomp *zcomp_create(const char *compress, int max_strm) argument
344 if (max_strm >
[all...]

Completed in 137 milliseconds