Searched refs:c_major_list_head (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/osfmk/vm/ |
| H A D | vm_compressor.c | 258 queue_head_t c_major_list_head; variable 1078 queue_init(&c_major_list_head); in vm_compressor_init() 1750 queue_remove(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1909 queue_enter_first(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1911 queue_enter(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2838 if (!queue_empty(&c_major_list_head)) { in vm_consider_swapping() 2841 c_seg = (c_segment_t)queue_first(&c_major_list_head); in vm_consider_swapping() 2843 while (!queue_end(&c_major_list_head, (queue_entry_t)c_seg)) { in vm_consider_swapping() 3133 if (queue_empty(&c_major_list_head)) { in vm_compressor_process_major_segments() 3144 while (!queue_empty(&c_major_list_head)) { in vm_compressor_process_major_segments() [all …]
|
| H A D | analytics.c | 155 const queue_head_t *c_queues[] = {&c_age_list_head, &c_major_list_head}; in report_compressor_age()
|
| H A D | vm_compressor.h | 413 extern queue_head_t c_major_list_head;
|