Lines Matching refs:queue_empty
1159 if (queue_empty(qhead)) { in c_seg_insert_into_q()
1527 if (!queue_empty(&c_age_list_head)) { in c_seg_switch_state()
2289 if (!queue_empty(&c_age_list_head)) { in compressor_needs_to_swap()
2321 if (!queue_empty(&c_age_list_head)) { in compressor_needs_to_swap()
2534 if (!queue_empty(&c_major_list_head)) { in vm_consider_swapping()
2632 while (!queue_empty(&c_minor_list_head) && needs_to_swap == FALSE) { in vm_compressor_do_delayed_compactions()
2673 while (!queue_empty(&c_swappedin_list_head)) { in vm_compressor_age_swapped_in_segments()
2746 if (!queue_empty(&c_major_list_head)) { in vm_compressor_flush()
2759 while (!queue_empty(&c_swapout_list_head)) { in vm_compressor_flush()
2856 if (!queue_empty(&c_age_list_head)) { in vm_compressor_record_warmup_start()
2878 if (!queue_empty(&c_age_list_head)) { in vm_compressor_record_warmup_end()
2933 if (queue_empty(&c_swappedout_list_head) && queue_empty(&c_swappedout_sparse_list_head)) { in do_fastwake_warmup_all()
2970 while (!queue_empty(c_queue) && fastwake_warmup == TRUE) { in do_fastwake_warmup()
3095 …while (!queue_empty(&c_age_list_head) && !compaction_swapper_abort && !compressor_store_stop_compa… in vm_compressor_compact_and_swap()
3177 if (queue_empty(&c_age_list_head)) { in vm_compressor_compact_and_swap()
3731 if (!queue_empty(&c_major_list_head)) { in vm_compressor_process_major_segments()