Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc.h240 wait_queue_head_t destroy_wait; member
Dbnx2fc_fcoe.c794 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_destroy_timer()
1353 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1873 wait_event_interruptible(hba->destroy_wait, in bnx2fc_fw_destroy()
Dbnx2fc_hwi.c1356 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_indicate_kcqe()
/linux-4.4.14/net/sunrpc/
Dclnt.c57 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
759 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
824 wake_up(&destroy_wait); in rpc_release_client()