Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dswap.c529 #define UNC_SIZE (UNC_PAGES * PAGE_SIZE) macro
532 #define CMP_PAGES DIV_ROUND_UP(bytes_worst_compress(UNC_SIZE) + \
646 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */
803 for (off = 0; off < UNC_SIZE; off += PAGE_SIZE) { in save_compressed_image()
1153 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */
1177 unc_len = UNC_SIZE; in decompress_threadfn()
1387 bytes_worst_compress(UNC_SIZE))) { in load_compressed_image()
1444 data[thr].unc_len > UNC_SIZE || in load_compressed_image()