Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_pager.c662 compressor_slot_t *t_chunk; in compressor_pager_slot_lookup() local
684 t_chunk = zalloc_slot_array(COMPRESSOR_SLOTS_CHUNK_SIZE, in compressor_pager_slot_lookup()
701 chunk = pager->cpgr_slots.cpgr_islots[chunk_idx] = t_chunk; in compressor_pager_slot_lookup()
702 t_chunk = NULL; in compressor_pager_slot_lookup()
706 if (t_chunk) { in compressor_pager_slot_lookup()
707 zfree_slot_array(t_chunk, COMPRESSOR_SLOTS_CHUNK_SIZE); in compressor_pager_slot_lookup()