Searched refs:lzo1x_worst_compress (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
H A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
/linux-4.1.27/fs/jffs2/
H A Dcompr_lzo.c33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); alloc_workspace()
/linux-4.1.27/fs/btrfs/
H A Dlzo.c58 workspace->buf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); lzo_alloc_workspace()
59 workspace->cbuf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); lzo_alloc_workspace()
353 out_len = lzo1x_worst_compress(PAGE_CACHE_SIZE); lzo_decompress_biovec()
/linux-4.1.27/drivers/base/regmap/
H A Dregcache-lzo.c77 lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); regcache_lzo_compress_cache_block()
/linux-4.1.27/lib/
H A Ddecompress_unlzo.c147 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); unlzo()
/linux-4.1.27/kernel/power/
H A Dswap.c424 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
729 lzo1x_worst_compress(data[thr].unc_len))) { save_image_lzo()
1248 lzo1x_worst_compress(LZO_UNC_SIZE))) { load_image_lzo()

Completed in 242 milliseconds