Home
last modified time | relevance | path

Searched refs:c_swappedout_sparse_list_head (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.h418 extern queue_head_t c_swappedout_sparse_list_head;
H A Dvm_compressor.c257 queue_head_t c_swappedout_sparse_list_head; variable
1088 queue_init(&c_swappedout_sparse_list_head); in vm_compressor_init()
1743 queue_remove(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1896 queue_enter_first(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1898 queue_enter(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
3588 if (queue_empty(&c_swappedout_list_head) && queue_empty(&c_swappedout_sparse_list_head)) { in do_fastwake_warmup_all()
3597 do_fastwake_warmup(&c_swappedout_sparse_list_head, TRUE); in do_fastwake_warmup_all()
H A Dvm_compressor_backing_store.c673 while (!queue_empty(&c_swappedout_sparse_list_head)) { in vm_swap_defragment()
678 c_seg = (c_segment_t)queue_first(&c_swappedout_sparse_list_head); in vm_swap_defragment()