Home
last modified time | relevance | path

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

/linux/kernel/power/
A Dswap.c519 #define LZO_UNC_SIZE (LZO_UNC_PAGES * PAGE_SIZE) macro
522 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
636 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */
777 for (off = 0; off < LZO_UNC_SIZE; off += PAGE_SIZE) { in save_image_lzo()
1120 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */
1143 d->unc_len = LZO_UNC_SIZE; in lzo_decompress_threadfn()
1344 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()
1401 data[thr].unc_len > LZO_UNC_SIZE || in load_image_lzo()

Completed in 6 milliseconds