Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dswap.c533 #define CMP_PAGES DIV_ROUND_UP(bytes_worst_compress(UNC_SIZE) + \ macro
535 #define CMP_SIZE (CMP_PAGES * PAGE_SIZE)
1328 page[i] = (void *)__get_free_page(i < CMP_PAGES ? in load_compressed_image()
1334 if (i < CMP_PAGES) { in load_compressed_image()
1441 if (have < CMP_PAGES && asked) { in load_compressed_image()