Searched refs:c_age_list_head (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_compressor.c | 257 queue_head_t c_age_list_head; variable 562 if (!queue_empty(&c_age_list_head)) { in vm_compressor_is_thrashing() 563 c_seg = (c_segment_t) queue_first(&c_age_list_head); in vm_compressor_is_thrashing() 1077 queue_init(&c_age_list_head); in vm_compressor_init() 1663 queue_remove(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1792 queue_enter(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1794 if (!queue_empty(&c_age_list_head)) { in c_seg_switch_state() 1797 c_first = (c_segment_t)queue_first(&c_age_list_head); in c_seg_switch_state() 1800 queue_enter_first(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2571 if (!queue_empty(&c_age_list_head)) { in vm_compressor_swapout_is_ripe() [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 | 426 extern queue_head_t c_age_list_head;
|