Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc.h242 wait_queue_head_t destroy_wait; member
Dbnx2fc_fcoe.c855 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_destroy_timer()
1431 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1954 wait_event_interruptible(hba->destroy_wait, in bnx2fc_fw_destroy()
Dbnx2fc_hwi.c1358 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_indicate_kcqe()
/Linux-v4.19/net/sunrpc/
Dclnt.c57 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
858 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
924 wake_up(&destroy_wait); in rpc_release_client()