Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dswap.c522 #define bytes_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
532 #define CMP_PAGES DIV_ROUND_UP(bytes_worst_compress(UNC_SIZE) + \
849 bytes_worst_compress(data[thr].unc_len))) { in save_compressed_image()
1387 bytes_worst_compress(UNC_SIZE))) { in load_compressed_image()