Home
last modified time | relevance | path

Searched refs:c_inline_popcount (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.h153 uint32_t c_inline_popcount:C_SLOT_C_POPCOUNT_BITS; member
H A Dvm_compressor.c695 cdst->c_inline_popcount = csrc->c_inline_popcount; in cslot_copy()
4690 cs->c_inline_popcount = inline_popcount; in c_compress_page()
5127 if (inline_popcount != cs->c_inline_popcount) { in c_decompress_page()
5136 assert(cs->c_inline_popcount != C_SLOT_NO_POPCOUNT); in c_decompress_page()
5140 cs->c_inline_popcount); in c_decompress_page()