Searched refs:ZFCP_STATUS_ERP_LOWMEM (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_erp.c23 ZFCP_STATUS_ERP_LOWMEM = 0x00400000, enumerator in enum:zfcp_erp_act_flags
1179 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { zfcp_erp_action_dequeue()
1181 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; zfcp_erp_action_dequeue()
1289 if (!(erp_action->status & ZFCP_STATUS_ERP_LOWMEM)) { zfcp_erp_strategy()
1291 erp_action->status |= ZFCP_STATUS_ERP_LOWMEM; zfcp_erp_strategy()
1302 if (erp_action->status & ZFCP_STATUS_ERP_LOWMEM) { zfcp_erp_strategy()
1304 erp_action->status &= ~ZFCP_STATUS_ERP_LOWMEM; zfcp_erp_strategy()

Completed in 36 milliseconds