Home
last modified time | relevance | path

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

/drivers/s390/block/
A Ddasd.c122 INIT_LIST_HEAD(&device->ccw_queue); in dasd_alloc_device()
162 INIT_LIST_HEAD(&block->ccw_queue); in dasd_alloc_block()
667 list_for_each(l, &block->ccw_queue) in dasd_profile_start()
698 list_for_each(l, &device->ccw_queue) in dasd_profile_start()
1981 if (list_empty(&device->ccw_queue)) in __dasd_device_check_expire()
2049 if (list_empty(&device->ccw_queue)) in __dasd_device_start_head()
2320 struct list_head ccw_queue; in _dasd_sleep_on() local
2323 INIT_LIST_HEAD(&ccw_queue); in _dasd_sleep_on()
2555 if (list_empty(&device->ccw_queue)) in _dasd_term_running_cqr()
2861 if (list_empty(&block->ccw_queue)) in __dasd_block_start_head()
[all …]
A 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()
A Ddasd_ioctl.c152 list_for_each_entry_safe(cqr, n, &block->ccw_queue, blocklist) { in dasd_ioctl_abortio()
552 list_for_each(l, &base->ccw_queue) in __dasd_ioctl_information()
A Ddasd_int.h573 struct list_head ccw_queue; member
630 struct list_head ccw_queue; member
A Ddasd_eer.c416 list_add(&cqr->devlist, &device->ccw_queue); in dasd_eer_snss()

Completed in 20 milliseconds