Searched refs:incomp_copy (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_compressor_algorithms.c | 271 boolean_t *incomp_copy, unsigned int limit, __unused uint32_t *pop_count) in WKdmC() argument 273 (void)incomp_copy; in WKdmC() 301 void *cscratchin, boolean_t *incomp_copy, uint32_t *pop_count_p) in metacompressor() argument 331 sz = WKdmC(in, cdst, &cscratch->wkscratch[0], incomp_copy, outbufsz, &pop_count); in metacompressor()
|
| H A D | vm_compressor.c | 4850 boolean_t incomp_copy = FALSE; /* codec indicates it already did copy an incompressible page */ in c_compress_page() local 4868 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page() 4929 if (incomp_copy == FALSE) { /* codec did not copy the incompressible input */ in c_compress_page()
|