Searched refs:lcu (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/s390/block/ |
D | dasd_alias.c | 69 list_for_each_entry(pos, &server->lculist, lcu) { in _find_lcu() 76 static struct alias_pav_group *_find_group(struct alias_lcu *lcu, in _find_group() argument 83 if (lcu->pav == HYPER_PAV) { in _find_group() 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() 125 struct alias_lcu *lcu; in _allocate_lcu() local 127 lcu = kzalloc(sizeof(*lcu), GFP_KERNEL); in _allocate_lcu() 128 if (!lcu) in _allocate_lcu() 130 lcu->uac = kzalloc(sizeof(*(lcu->uac)), GFP_KERNEL | GFP_DMA); in _allocate_lcu() [all …]
|
D | dasd_eckd.h | 472 struct list_head lcu; member 490 struct alias_lcu *lcu; member 524 struct alias_lcu *lcu; member
|
D | dasd_eckd.c | 2556 if (!device->block && private->lcu && in dasd_eckd_check_for_device_change() 4841 list_for_each_entry_safe(dev, n, &private->lcu->active_devices, in dasd_eckd_cuir_quiesce() 4851 list_for_each_entry_safe(dev, n, &private->lcu->inactive_devices, in dasd_eckd_cuir_quiesce() 4862 &private->lcu->grouplist, group) { in dasd_eckd_cuir_quiesce() 4907 &private->lcu->active_devices, in dasd_eckd_cuir_resume() 4917 &private->lcu->inactive_devices, in dasd_eckd_cuir_resume() 4928 &private->lcu->grouplist, in dasd_eckd_cuir_resume()
|