Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.c226 queue_head_t c_age_list_head; variable
720 queue_init(&c_age_list_head); in vm_compressor_init()
1433 queue_remove(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1525 queue_enter(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1527 if (!queue_empty(&c_age_list_head)) { in c_seg_switch_state()
1530 c_first = (c_segment_t)queue_first(&c_age_list_head); in c_seg_switch_state()
1533 queue_enter_first(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
2289 if (!queue_empty(&c_age_list_head)) { in compressor_needs_to_swap()
2290 c_seg = (c_segment_t) queue_first(&c_age_list_head); in compressor_needs_to_swap()
2321 if (!queue_empty(&c_age_list_head)) { in compressor_needs_to_swap()
[all …]
H A Dvm_compressor.h402 extern queue_head_t c_age_list_head;