Searched refs:LZ4_MEM_COMPRESS (Results 1 – 4 of 4) sorted by relevance
30 ret = kzalloc(LZ4_MEM_COMPRESS, GFP_NOIO | __GFP_NORETRY | in zcomp_lz4_create()33 ret = __vmalloc(LZ4_MEM_COMPRESS, in zcomp_lz4_create()
12 #define LZ4_MEM_COMPRESS (4096 * sizeof(unsigned char *)) macro
35 ctx->lz4_comp_mem = vmalloc(LZ4_MEM_COMPRESS); in lz4_init()
81 memset((void *)hashtable, 0, LZ4_MEM_COMPRESS); in lz4_compressctx()263 memset((void *)hashtable, 0, LZ4_MEM_COMPRESS); in lz4_compress64kctx()