Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_def.h175 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()
507 list_move(&erp_action->list, &erp_action->adapter->erp_running_head); in zfcp_erp_action_to_running()
639 list_empty(&adapter->erp_running_head)) { in zfcp_erp_wakeup()
1400 WARN_ON(!list_empty(&adapter->erp_running_head)); in zfcp_erp_thread_kill()
Dzfcp_aux.c397 INIT_LIST_HEAD(&adapter->erp_running_head); in zfcp_adapter_enqueue()
Dzfcp_dbf.c213 list_for_each(entry, &adapter->erp_running_head) in zfcp_dbf_rec_trig()