Searched refs:queues_empty (Results 1 – 1 of 1) sorted by relevance
1193 bool queues_empty = false; in vm_swapout_thread() local1321 …queues_empty = queue_empty(&c_early_swapout_list_head) && queue_empty(&c_regular_swapout_list_head… in vm_swapout_thread()1323 queues_empty = queue_empty(&c_early_swapout_list_head) && queue_empty(&c_late_swapout_list_head); in vm_swapout_thread()1326 if (!queues_empty) { in vm_swapout_thread()