Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor.h411 extern queue_head_t c_minor_list_head;
H A Dvm_compressor.c274 queue_head_t c_minor_list_head; variable
1077 queue_init(&c_minor_list_head); in vm_compressor_init()
1323 queue_enter(&c_minor_list_head, c_seg, c_segment_t, c_list); in c_seg_need_delayed_compaction()
1450 queue_remove(&c_minor_list_head, c_seg, c_segment_t, c_list); in c_seg_do_minor_compaction_and_unlock()
2936 while (!queue_empty(&c_minor_list_head) && needs_to_swap == FALSE) { in vm_compressor_do_delayed_compactions()
2937 c_seg = (c_segment_t)queue_first(&c_minor_list_head); in vm_compressor_do_delayed_compactions()