Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_pageout.h108 void *freezer_ctx_chead; /* The chead used to track c_segs allocated */ member
H A Dvm_compressor.c4256 if (current_chead == (c_segment_t*) &(freezer_context_global.freezer_ctx_chead) && in c_current_seg_filled()
4314 if (current_chead == (c_segment_t*) &(freezer_context_global.freezer_ctx_chead)) { in c_current_seg_filled()
4334 …if (current_chead == (c_segment_t*) &(freezer_context_global.freezer_ctx_chead) && (c_seg->c_state… in c_current_seg_filled()
H A Dvm_object.c7289 vm_compressor_finished_filling( &(freezer_context_global.freezer_ctx_chead)); in vm_object_compressed_freezer_done()
7354 …compressor_pager_relocate(object->pager, curr_offset, &(freezer_context_global.freezer_ctx_chead)); in vm_object_compressed_freezer_pageout()
7454 if (vm_pageout_compress_page(&(freezer_context_global.freezer_ctx_chead), in vm_object_compressed_freezer_pageout()
/xnu-8792.61.2/doc/memorystatus/
H A Dfreezer.md23 … all compressed into a new set of freezer segments hanging off the `freezer_ctx_chead`. If any alr…