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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c2278 int max_csize; local
2295 max_csize = C_SEG_BUFSIZE - C_SEG_OFFSET_TO_BYTES((int32_t)cs->c_offset);
2297 if (max_csize > PAGE_SIZE)
2298 max_csize = PAGE_SIZE;
2302 < (unsigned) max_csize + PAGE_SIZE &&
2321 (WK_word *)(uintptr_t)scratch_buf, max_csize - 4);
2323 assert(c_size <= (max_csize - 4) && c_size >= -1);
2327 if (max_csize < PAGE_SIZE) {

Completed in 22 milliseconds