Lines Matching defs:final_queue
1883 struct list_head *final_queue)
1901 list_move_tail(&cqr->devlist, final_queue);
1937 struct list_head *final_queue)
1943 list_for_each_safe(l, n, final_queue) {
2160 struct list_head final_queue;
2163 INIT_LIST_HEAD(&final_queue);
2168 __dasd_device_process_ccw_queue(device, &final_queue);
2172 __dasd_device_process_final_queue(device, &final_queue);
2786 struct list_head *final_queue)
2843 list_move_tail(&cqr->blocklist, final_queue);
2904 struct list_head final_queue;
2910 INIT_LIST_HEAD(&final_queue);
2913 __dasd_process_block_ccw_queue(block, &final_queue);
2917 list_for_each_safe(l, n, &final_queue) {