Searched refs:lzo1x_worst_compress (Results 1 – 6 of 6) sorted by relevance
20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
58 workspace->buf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); in lzo_alloc_workspace()59 workspace->cbuf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); in lzo_alloc_workspace()353 out_len = lzo1x_worst_compress(PAGE_CACHE_SIZE); in lzo_decompress_biovec()
33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); in alloc_workspace()
147 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
77 lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); in regcache_lzo_compress_cache_block()
424 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \729 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()1248 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()