Searched refs:inactive_devices (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_alias.c | 151 INIT_LIST_HEAD(&lcu->inactive_devices); in _allocate_lcu() 231 list_add(&device->alias_list, &lcu->inactive_devices); in dasd_alias_make_device_known_to_lcu() 288 list_empty(&lcu->inactive_devices)) { in dasd_alias_disconnect_device_from_lcu() 364 list_move(&device->alias_list, &lcu->inactive_devices); in _remove_device_from_lcu() 780 list_for_each_entry(device, &lcu->inactive_devices, alias_list) { in _restart_all_base_devices_on_lcu() 856 list_for_each_entry(device, &lcu->inactive_devices, alias_list) { in _stop_all_devices_on_lcu() 885 list_for_each_entry(device, &lcu->inactive_devices, alias_list) { in _unstop_all_devices_on_lcu()
|
H A D | dasd_eckd.h | 645 struct list_head inactive_devices; member
|
H A D | dasd_eckd.c | 6554 list_for_each_entry_safe(dev, n, &private->lcu->inactive_devices, in dasd_eckd_cuir_quiesce() 6618 &private->lcu->inactive_devices, in dasd_eckd_cuir_resume() 6703 list_for_each_entry_safe(dev, n, &private->lcu->inactive_devices, in dasd_eckd_oos_resume()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus.h | 66 QLIST_HEAD(, XenDevice) inactive_devices;
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 277 QLIST_FOREACH_SAFE(xendev, &xenbus->inactive_devices, list, next) { in xen_bus_cleanup() 541 QLIST_INSERT_HEAD(&xenbus->inactive_devices, xendev, list); in xen_device_backend_changed()
|