Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dswap.c524 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \ macro
526 #define LZO_CMP_SIZE (LZO_CMP_PAGES * PAGE_SIZE)
1267 page[i] = (void *)__get_free_page(i < LZO_CMP_PAGES ? in load_image_lzo()
1273 if (i < LZO_CMP_PAGES) { in load_image_lzo()
1380 if (have < LZO_CMP_PAGES && asked) { in load_image_lzo()