Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_def.h180 struct list_head erp_running_head; member
Dzfcp_erp.c61 list_for_each_entry(curr_act, &act->adapter->erp_running_head, list) in zfcp_erp_action_is_running()
561 list_move(&erp_action->list, &erp_action->adapter->erp_running_head); in zfcp_erp_action_to_running()
723 list_empty(&adapter->erp_running_head)) { in zfcp_erp_wakeup()
1672 WARN_ON(!list_empty(&adapter->erp_running_head)); in zfcp_erp_thread_kill()
Dzfcp_aux.c394 INIT_LIST_HEAD(&adapter->erp_running_head); in zfcp_adapter_enqueue()
Dzfcp_dbf.c345 list_for_each(entry, &adapter->erp_running_head) in zfcp_dbf_rec_trig()