Lines Matching defs:final_queue
1850 struct list_head *final_queue)
1868 list_move_tail(&cqr->devlist, final_queue);
1899 struct list_head *final_queue)
1905 list_for_each_safe(l, n, final_queue) {
2119 struct list_head final_queue;
2122 INIT_LIST_HEAD(&final_queue);
2127 __dasd_device_process_ccw_queue(device, &final_queue);
2131 __dasd_device_process_final_queue(device, &final_queue);
2747 struct list_head *final_queue)
2804 list_move_tail(&cqr->blocklist, final_queue);
2865 struct list_head final_queue;
2871 INIT_LIST_HEAD(&final_queue);
2874 __dasd_process_block_ccw_queue(block, &final_queue);
2878 list_for_each_safe(l, n, &final_queue) {