Lines Matching defs:final_queue
1949 struct list_head *final_queue)
1967 list_move_tail(&cqr->devlist, final_queue);
2003 struct list_head *final_queue)
2009 list_for_each_safe(l, n, final_queue) {
2208 struct list_head final_queue;
2211 INIT_LIST_HEAD(&final_queue);
2216 __dasd_device_process_ccw_queue(device, &final_queue);
2220 __dasd_device_process_final_queue(device, &final_queue);
2829 struct list_head *final_queue)
2888 list_move_tail(&cqr->blocklist, final_queue);
2949 struct list_head final_queue;
2955 INIT_LIST_HEAD(&final_queue);
2958 __dasd_process_block_ccw_queue(block, &final_queue);
2962 list_for_each_safe(l, n, &final_queue) {