Searched refs:c_hash_compressed_data (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_compressor.h | 165 unsigned int c_hash_compressed_data; member
|
| H A D | vm_compressor.c | 684 cdst->c_hash_compressed_data = csrc->c_hash_compressed_data; in cslot_copy() 1271 …if (c_size && cs->c_hash_compressed_data != (csvhash = vmc_hash((char *)&c_seg->c_store.c_buffer[c… in c_seg_validate() 1273 …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() 4776 cs->c_hash_compressed_data = vmc_hash((char *)&c_seg->c_store.c_buffer[cs->c_offset], c_size); in c_compress_page() 5077 …if (cs->c_hash_compressed_data != (csvhash = vmc_hash((char *)&c_seg->c_store.c_buffer[cs->c_offse… in c_decompress_page() 5078 …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()
|