Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/block/
H A Ddasd.c121 INIT_LIST_HEAD(&device->ccw_queue); in dasd_alloc_device()
161 INIT_LIST_HEAD(&block->ccw_queue); in dasd_alloc_block()
666 list_for_each(l, &block->ccw_queue) in dasd_profile_start()
697 list_for_each(l, &device->ccw_queue) in dasd_profile_start()
1980 if (list_empty(&device->ccw_queue)) in __dasd_device_check_expire()
2048 if (list_empty(&device->ccw_queue)) in __dasd_device_start_head()
2319 struct list_head ccw_queue; in _dasd_sleep_on() local
2322 INIT_LIST_HEAD(&ccw_queue); in _dasd_sleep_on()
2554 if (list_empty(&device->ccw_queue)) in _dasd_term_running_cqr()
2860 if (list_empty(&block->ccw_queue)) in __dasd_block_start_head()
[all …]
H 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()
H A Ddasd_ioctl.c151 list_for_each_entry_safe(cqr, n, &block->ccw_queue, blocklist) { in dasd_ioctl_abortio()
551 list_for_each(l, &base->ccw_queue) in __dasd_ioctl_information()
H A Ddasd_int.h573 struct list_head ccw_queue; member
630 struct list_head ccw_queue; member
H A Ddasd_eer.c415 list_add(&cqr->devlist, &device->ccw_queue); in dasd_eer_snss()