Searched refs:grouplist (Results 1 – 3 of 3) sorted by relevance
/drivers/s390/block/ |
D | dasd_alias.c | 84 if (list_empty(&lcu->grouplist)) in _find_group() 87 return list_first_entry(&lcu->grouplist, in _find_group() 96 list_for_each_entry(pos, &lcu->grouplist, group) { in _find_group() 152 INIT_LIST_HEAD(&lcu->grouplist); in _allocate_lcu() 288 if (list_empty(&lcu->grouplist) && in dasd_alias_disconnect_device_from_lcu() 360 list_add(&group->group, &lcu->grouplist); in _add_device_to_lcu() 486 list_for_each_entry_safe(pavgroup, tempgroup, &lcu->grouplist, group) { in _lcu_update() 580 if (!usedev && !list_empty(&lcu->grouplist)) { in _schedule_lcu_update() 581 group = list_first_entry(&lcu->grouplist, in _schedule_lcu_update() 783 list_for_each_entry(pavgroup, &lcu->grouplist, group) { in _restart_all_base_devices_on_lcu() [all …]
|
D | dasd_eckd.h | 476 struct list_head grouplist; member
|
D | dasd_eckd.c | 4688 &private->lcu->grouplist, group) { in dasd_eckd_cuir_quiesce() 4747 &private->lcu->grouplist, in dasd_eckd_cuir_resume()
|