Searched refs:first_c_segment_to_warm_generation_id (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c194 uint64_t first_c_segment_to_warm_generation_id = 0; variable
1617 if (first_c_segment_to_warm_generation_id == 0) {
1622 first_c_segment_to_warm_generation_id = c_seg->c_generation_id;
1624 first_c_segment_to_warm_generation_id = 0;
1647 last_c_segment_to_warm_generation_id = first_c_segment_to_warm_generation_id;
1651 HIBLOG("vm_compressor_record_warmup (%qd - %qd)\n", first_c_segment_to_warm_generation_id, last_c_segment_to_warm_generation_id);
1675 if (first_c_segment_to_warm_generation_id == last_c_segment_to_warm_generation_id) {
1676 first_c_segment_to_warm_generation_id = last_c_segment_to_warm_generation_id = 0;
1701 HIBLOG("vm_compressor_fastwake_warmup (%qd - %qd) - starting\n", first_c_segment_to_warm_generation_id, last_c_segment_to_warm_generation_id);
1719 if (c_seg->c_generation_id < first_c_segment_to_warm_generation_id ||
[all...]
H A Dvm_compressor.h198 extern uint64_t first_c_segment_to_warm_generation_id;
H A Dvm_compressor_backing_store.c781 if (hibernate_flushing == TRUE && (c_seg->c_generation_id >= first_c_segment_to_warm_generation_id &&

Completed in 25 milliseconds