Searched refs:lzo1x_worst_compress (Results 1 – 8 of 8) sorted by relevance
86 workspace->buf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); in lzo_alloc_workspace()87 workspace->cbuf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); in lzo_alloc_workspace()368 size_t out_len = lzo1x_worst_compress(sectorsize); in lzo_decompress_bio()425 size_t max_segment_len = lzo1x_worst_compress(PAGE_SIZE); in lzo_decompress()
21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); in alloc_workspace()
132 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
522 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \823 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()1344 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()
73 lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); in regcache_lzo_compress_cache_block()
200 return lzo1x_worst_compress(size); in zbufsize_lzo()
182 cc->clen = lzo1x_worst_compress(PAGE_SIZE << cc->log_cluster_size); in lzo_init_compress_ctx()
Completed in 16 milliseconds