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

/kernel/power/
H A Dswap.c423 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \ macro
425 #define LZO_CMP_SIZE (LZO_CMP_PAGES * PAGE_SIZE)
1165 page[i] = (void *)__get_free_page(i < LZO_CMP_PAGES ?
1171 if (i < LZO_CMP_PAGES) {
1282 if (have < LZO_CMP_PAGES && asked) {

Completed in 208 milliseconds