Home
last modified time | relevance | path

Searched refs:erp_running_head (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/s390/scsi/
Dzfcp_def.h173 struct list_head erp_running_head; member
Dzfcp_erp.c68 list_for_each_entry(curr_act, &act->adapter->erp_running_head, list) in zfcp_erp_action_exists()
510 list_move(&erp_action->list, &erp_action->adapter->erp_running_head); in zfcp_erp_action_to_running()
644 list_empty(&adapter->erp_running_head)) { in zfcp_erp_wakeup()
1397 WARN_ON(!list_empty(&adapter->erp_running_head)); in zfcp_erp_thread_kill()
Dzfcp_aux.c391 INIT_LIST_HEAD(&adapter->erp_running_head); in zfcp_adapter_enqueue()
Dzfcp_dbf.c277 list_for_each(entry, &adapter->erp_running_head) in zfcp_dbf_rec_trig()