Home
last modified time | relevance | path

Searched refs:LZ4_MEM_COMPRESS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/crypto/
H A Dlz4.c23 ctx = vmalloc(LZ4_MEM_COMPRESS); in lz4_alloc_ctx()
/openbmc/linux/include/linux/
H A Dlz4.h156 #define LZ4_MEM_COMPRESS LZ4_STREAMSIZE macro
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_drv.c575 gdrm->lz4_comp_mem = devm_kmalloc(dev, LZ4_MEM_COMPRESS, GFP_KERNEL); in gud_probe()
/openbmc/linux/fs/f2fs/
H A Dcompress.c240 unsigned int size = LZ4_MEM_COMPRESS; in lz4_init_compress_ctx()