Searched refs:LZO1X_1_MEM_COMPRESS (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dlzo.h17 #define LZO1X_1_MEM_COMPRESS (8192 * sizeof(unsigned short)) macro
18 #define LZO1X_MEM_COMPRESS LZO1X_1_MEM_COMPRESS
22 /* This requires 'wrkmem' of size LZO1X_1_MEM_COMPRESS */
/linux-4.1.27/lib/lzo/
H A Dlzo1x_compress.c230 BUILD_BUG_ON(D_SIZE * sizeof(lzo_dict_t) > LZO1X_1_MEM_COMPRESS); lzo1x_1_compress()
/linux-4.1.27/kernel/power/
H A Dswap.c538 unsigned char wrk[LZO1X_1_MEM_COMPRESS]; /* compression workspace */

Completed in 178 milliseconds