Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/block/
H A Ddasd_alias.c151 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 Ddasd_eckd.h645 struct list_head inactive_devices; member
H A Ddasd_eckd.c6554 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 Dxen-bus.h66 QLIST_HEAD(, XenDevice) inactive_devices;
/openbmc/qemu/hw/xen/
H A Dxen-bus.c277 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()