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

/kernel/power/
H A Dswap.c420 #define LZO_UNC_SIZE (LZO_UNC_PAGES * PAGE_SIZE) macro
423 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
535 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */
680 for (off = 0; off < LZO_UNC_SIZE; off += PAGE_SIZE) {
1024 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */
1047 d->unc_len = LZO_UNC_SIZE;
1247 lzo1x_worst_compress(LZO_UNC_SIZE))) {
1306 data[thr].unc_len > LZO_UNC_SIZE ||

Completed in 5 milliseconds