LZO_UNC_SIZE      514 kernel/power/swap.c #define LZO_CMP_PAGES	DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
LZO_UNC_SIZE      627 kernel/power/swap.c 	unsigned char unc[LZO_UNC_SIZE];          /* uncompressed buffer */
LZO_UNC_SIZE      771 kernel/power/swap.c 			for (off = 0; off < LZO_UNC_SIZE; off += PAGE_SIZE) {
LZO_UNC_SIZE     1112 kernel/power/swap.c 	unsigned char unc[LZO_UNC_SIZE];          /* uncompressed buffer */
LZO_UNC_SIZE     1135 kernel/power/swap.c 		d->unc_len = LZO_UNC_SIZE;
LZO_UNC_SIZE     1339 kernel/power/swap.c 			             lzo1x_worst_compress(LZO_UNC_SIZE))) {
LZO_UNC_SIZE     1396 kernel/power/swap.c 			             data[thr].unc_len > LZO_UNC_SIZE ||