Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/ !
H A Danalytics.c178 uint32_t creation_ts = c_seg->c_creation_ts; in report_compressor_age()
H A Dvm_compressor_xnu.h190 …uint32_t c_creation_ts; /* time filling the segment has finished, used for checking if seg… member
H A Dvm_compressor.c607 if (c_seg->c_creation_ts > swapout_target_age) { in vm_compressor_is_thrashing()
1914 c_seg->c_creation_ts = c_first->c_creation_ts; in c_seg_switch_state()
2692 age = now - c_seg->c_creation_ts; in vm_compressor_swapout_is_ripe()
3251 if ((start_sec - c_seg->c_creation_ts) < vm_ripe_target_age) { in vm_compressor_process_major_segments()
4038 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_compressor_compact_and_swap()
4404 c_seg->c_creation_ts = (uint32_t)sec; in c_current_seg_filled()
5328 age_of_cseg = (uint32_t)cur_ts_sec - c_seg->c_creation_ts; in c_decompress_page()
6181 csi->csi_creation_ts = c_seg->c_creation_ts; in vm_compressor_serialize_segment_debug_info()