Searched refs:c_hash_compressed_data (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_compressor_xnu.h | 157 unsigned int c_hash_compressed_data; member
|
| H A D | vm_compressor.c | 723 cdst->c_hash_compressed_data = csrc->c_hash_compressed_data; in cslot_copy() 1406 …if (c_size && cs->c_hash_compressed_data != (csvhash = vmc_hash((char *)&c_seg->c_store.c_buffer[c… in c_seg_validate() 1408 …0x%x 0x%x", c_seg, csvphys, cs->c_offset, cs, c_indx, c_size, cs->c_hash_compressed_data, csvhash); in c_seg_validate() 4918 cs->c_hash_compressed_data = vmc_hash((char *)&c_seg->c_store.c_buffer[cs->c_offset], c_size); in c_compress_page() 5232 …if (cs->c_hash_compressed_data != (csvhash = vmc_hash((char *)&c_seg->c_store.c_buffer[cs->c_offse… in c_decompress_page() 5233 …ta doesn't match original %p %p %u %u %u", c_seg, cs, c_size, cs->c_hash_compressed_data, csvhash); in c_decompress_page()
|