Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_compressor.h432 extern queue_head_t c_swappedout_sparse_list_head;
H A Dvm_compressor.c262 queue_head_t c_swappedout_sparse_list_head; variable
1089 queue_init(&c_swappedout_sparse_list_head); in vm_compressor_init()
1744 queue_remove(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1897 queue_enter_first(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1899 queue_enter(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
3590 if (queue_empty(&c_swappedout_list_head) && queue_empty(&c_swappedout_sparse_list_head)) { in do_fastwake_warmup_all()
3599 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()