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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.h190 extern queue_head_t c_swappedout_sparse_list_head;
H A Dvm_compressor.c124 queue_head_t c_swappedout_sparse_list_head; variable
345 queue_init(&c_swappedout_sparse_list_head);
528 c_seg_insert_into_q(&c_swappedout_sparse_list_head, c_seg);
735 queue_remove(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list);
2179 queue_remove(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list);
H A Dvm_compressor_backing_store.c476 while (!queue_empty(&c_swappedout_sparse_list_head)) {
482 c_seg = (c_segment_t)queue_first(&c_swappedout_sparse_list_head);
776 c_seg_insert_into_q(&c_swappedout_sparse_list_head, c_seg);

Completed in 48 milliseconds