Searched refs:baselist (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/s390/block/ |
D | dasd_alias.c | 354 INIT_LIST_HEAD(&group->baselist); in _add_device_to_lcu() 359 list_move(&device->alias_list, &group->baselist); in _add_device_to_lcu() 378 if (list_empty(&group->baselist) && list_empty(&group->aliaslist)) { in _remove_device_from_lcu() 458 list_for_each_entry_safe(device, tempdev, &pavgroup->baselist, in _lcu_update() 552 if (!list_empty(&group->baselist)) in _schedule_lcu_update() 553 usedev = list_first_entry(&group->baselist, in _schedule_lcu_update() 751 list_for_each_entry(device, &pavgroup->baselist, alias_list) { in _restart_all_base_devices_on_lcu() 835 list_for_each_entry(pos, &pavgroup->baselist, alias_list) in _stop_all_devices_on_lcu() 861 list_for_each_entry(device, &pavgroup->baselist, alias_list) { in _unstop_all_devices_on_lcu()
|
D | dasd_eckd.h | 432 struct list_head baselist; member
|