Searched refs:LZ4_MEM_COMPRESS (Results 1 – 7 of 7) sorted by relevance
23 ctx = vmalloc(LZ4_MEM_COMPRESS); in lz4_alloc_ctx()
50 zctx->mem = vmalloc(LZ4_MEM_COMPRESS); in lz4_create()
156 #define LZ4_MEM_COMPRESS LZ4_STREAMSIZE macro
576 gdrm->lz4_comp_mem = devm_kmalloc(dev, LZ4_MEM_COMPRESS, GFP_KERNEL); in gud_probe()
638 max_t(size_t, LZ4_MEM_COMPRESS, LZ4HC_MEM_COMPRESS) }, in __bch2_fs_compress_init()
502 result = vdo_allocate(LZ4_MEM_COMPRESS, char, "LZ4 context", in initialize_vdo()
242 unsigned int size = LZ4_MEM_COMPRESS; in lz4_init_compress_ctx()