Home
last modified time | relevance | path

Searched refs:LZO1X_1_MEM_COMPRESS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dlzo.h18 #define LZO1X_1_MEM_COMPRESS (8192 * sizeof(unsigned short)) macro
19 #define LZO1X_MEM_COMPRESS LZO1X_1_MEM_COMPRESS
/openbmc/u-boot/include/linux/
H A Dlzo.h18 #define LZO1X_1_MEM_COMPRESS LZO1X_MEM_COMPRESS macro
/openbmc/linux/lib/lzo/
H A Dlzo1x_compress.c331 BUILD_BUG_ON(D_SIZE * sizeof(lzo_dict_t) > LZO1X_1_MEM_COMPRESS); in lzogeneric1x_1_compress()
/openbmc/linux/kernel/power/
H A Dswap.c640 unsigned char wrk[LZO1X_1_MEM_COMPRESS]; /* compression workspace */
/openbmc/qemu/dump/
H A Ddump.c1501 wrkmem = g_malloc(LZO1X_1_MEM_COMPRESS); in write_dump_pages()