Searched refs:lcu (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/s390/block/ |
D | dasd_alias.c | 70 list_for_each_entry(pos, &server->lculist, lcu) { in _find_lcu() 77 static struct alias_pav_group *_find_group(struct alias_lcu *lcu, in _find_group() argument 84 if (lcu->pav == HYPER_PAV) { in _find_group() 85 if (list_empty(&lcu->grouplist)) in _find_group() 88 return list_first_entry(&lcu->grouplist, in _find_group() 97 list_for_each_entry(pos, &lcu->grouplist, group) { in _find_group() 126 struct alias_lcu *lcu; in _allocate_lcu() local 128 lcu = kzalloc(sizeof(*lcu), GFP_KERNEL); in _allocate_lcu() 129 if (!lcu) in _allocate_lcu() 131 lcu->uac = kzalloc(sizeof(*(lcu->uac)), GFP_KERNEL | GFP_DMA); in _allocate_lcu() [all …]
|
D | dasd_eckd.h | 508 struct list_head lcu; member 526 struct alias_lcu *lcu; member 559 struct alias_lcu *lcu; member
|
D | dasd_eckd.c | 2958 if (!device->block && private->lcu && in dasd_eckd_check_for_device_change() 5122 if (!device->block && private->lcu->pav == HYPER_PAV) in dasd_eckd_query_host_access() 5476 list_for_each_entry_safe(dev, n, &private->lcu->active_devices, in dasd_eckd_cuir_quiesce() 5486 list_for_each_entry_safe(dev, n, &private->lcu->inactive_devices, in dasd_eckd_cuir_quiesce() 5497 &private->lcu->grouplist, group) { in dasd_eckd_cuir_quiesce() 5540 &private->lcu->active_devices, in dasd_eckd_cuir_resume() 5550 &private->lcu->inactive_devices, in dasd_eckd_cuir_resume() 5561 &private->lcu->grouplist, in dasd_eckd_cuir_resume()
|