Home
last modified time | relevance | path

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

/linux/drivers/s390/scsi/
H A Dzfcp_def.h179 struct list_head erp_running_head; member
H A Dzfcp_erp.c60 list_for_each_entry(curr_act, &act->adapter->erp_running_head, list) in zfcp_erp_action_is_running()
560 list_move(&erp_action->list, &erp_action->adapter->erp_running_head); in zfcp_erp_action_to_running()
722 list_empty(&adapter->erp_running_head)) { in zfcp_erp_wakeup()
1671 WARN_ON(!list_empty(&adapter->erp_running_head)); in zfcp_erp_thread_kill()
H A Dzfcp_aux.c401 INIT_LIST_HEAD(&adapter->erp_running_head); in zfcp_adapter_enqueue()
H A Dzfcp_dbf.c361 list_for_each(entry, &adapter->erp_running_head) in zfcp_dbf_rec_trig()