Searched refs:c_major_list_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_compressor.c | 232 queue_head_t c_major_list_head; variable 722 queue_init(&c_major_list_head); in vm_compressor_init() 1485 queue_remove(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1598 queue_enter_first(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1600 queue_enter(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2534 if (!queue_empty(&c_major_list_head)) { in vm_consider_swapping() 2537 c_seg = (c_segment_t)queue_first(&c_major_list_head); in vm_consider_swapping() 2539 while (!queue_end(&c_major_list_head, (queue_entry_t)c_seg)) { in vm_consider_swapping() 2746 if (!queue_empty(&c_major_list_head)) { in vm_compressor_flush() 2747 c_seg = (c_segment_t)queue_first(&c_major_list_head); in vm_compressor_flush() [all …]
|