Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Danalytics.c178 uint32_t creation_ts = c_seg->c_creation_ts; in report_compressor_age()
H A Dvm_compressor_xnu.h195 …uint32_t c_creation_ts; /* time filling the segment has finished, used for checking if seg… member
H A Dvm_compressor.c621 if (c_seg->c_creation_ts > swapout_target_age) { in vm_compressor_is_thrashing()
1887 c_seg->c_creation_ts = c_first->c_creation_ts; in c_seg_switch_state()
2685 age = now - c_seg->c_creation_ts; in vm_compressor_swapout_is_ripe()
3243 if ((start_sec - c_seg->c_creation_ts) < vm_ripe_target_age) { in vm_compressor_process_major_segments()
4055 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_compressor_compact_and_swap()
4431 c_seg->c_creation_ts = (uint32_t)sec; in c_current_seg_filled()
5386 age_of_cseg = (uint32_t)cur_ts_sec - c_seg->c_creation_ts; in c_decompress_page()
6251 csi->csi_creation_ts = c_seg->c_creation_ts; in vm_compressor_serialize_segment_debug_info()