Home
last modified time | relevance | path

Searched refs:erp_ready_wq (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/s390/scsi/
Dzfcp_def.h172 wait_queue_head_t erp_ready_wq; member
Dzfcp_erp.c80 wake_up(&adapter->erp_ready_wq); in zfcp_erp_action_ready()
260 wake_up(&adapter->erp_ready_wq); in zfcp_erp_action_enqueue()
682 wait_event(adapter->erp_ready_wq, in zfcp_erp_adapter_strat_fsf_xconf()
723 wait_event(adapter->erp_ready_wq, in zfcp_erp_adapter_strategy_open_fsf_xport()
1338 wait_event_interruptible(adapter->erp_ready_wq, in zfcp_erp_thread()
Dzfcp_aux.c387 init_waitqueue_head(&adapter->erp_ready_wq); in zfcp_adapter_enqueue()