Searched refs:lcu (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 | 471 struct list_head lcu; member 489 struct alias_lcu *lcu; member 515 struct alias_lcu *lcu; member
|
D | dasd_eckd.c | 2518 if (!device->block && private->lcu && in dasd_eckd_check_for_device_change() 4665 &private->lcu->active_devices, in dasd_eckd_cuir_quiesce() 4674 &private->lcu->inactive_devices, in dasd_eckd_cuir_quiesce() 4683 &private->lcu->grouplist, group) { in dasd_eckd_cuir_quiesce() 4723 &private->lcu->active_devices, in dasd_eckd_cuir_resume() 4732 &private->lcu->inactive_devices, in dasd_eckd_cuir_resume() 4742 &private->lcu->grouplist, in dasd_eckd_cuir_resume()
|