Home
last modified time | relevance | path

Searched refs:ccw_queue (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/s390/block/
Ddasd.c130 INIT_LIST_HEAD(&device->ccw_queue); in dasd_alloc_device()
170 INIT_LIST_HEAD(&block->ccw_queue); in dasd_alloc_block()
373 return list_empty(&device->ccw_queue) && in _wait_for_empty_queues()
374 list_empty(&device->block->ccw_queue); in _wait_for_empty_queues()
376 return list_empty(&device->ccw_queue); in _wait_for_empty_queues()
702 list_for_each(l, &block->ccw_queue) in dasd_profile_start()
730 list_for_each(l, &device->ccw_queue) in dasd_profile_start()
1713 if (cqr->devlist.next != &device->ccw_queue) { in dasd_int_handler()
1795 list_for_each_safe(l, n, &device->ccw_queue) { in __dasd_device_recovery()
1815 list_for_each_safe(l, n, &device->ccw_queue) { in __dasd_device_process_ccw_queue()
[all …]
Ddasd_ioctl.c162 list_for_each_entry_safe(cqr, n, &block->ccw_queue, blocklist) { in dasd_ioctl_abortio()
477 list_for_each(l, &base->ccw_queue) in dasd_ioctl_information()
Ddasd_diag.c287 if (!list_empty(&device->ccw_queue)) { in dasd_ext_handler()
288 next = list_entry(device->ccw_queue.next, in dasd_ext_handler()
Ddasd_int.h481 struct list_head ccw_queue; member
533 struct list_head ccw_queue; member
Ddasd_eer.c420 list_add(&cqr->devlist, &device->ccw_queue); in dasd_eer_snss()