Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Diommufd_private.h47 wait_queue_head_t destroy_wait; member
196 wake_up_interruptible_all(&ictx->destroy_wait); in iommufd_put_object()
H A Dmain.c192 if (wait_event_timeout(ictx->destroy_wait, in iommufd_object_dec_wait()
318 init_waitqueue_head(&ictx->destroy_wait); in iommufd_fops_open()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h240 wait_queue_head_t destroy_wait; member
H A Dbnx2fc_fcoe.c845 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_destroy_timer()
1414 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1932 wait_event_interruptible(hba->destroy_wait, in bnx2fc_fw_destroy()
H A Dbnx2fc_hwi.c1387 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_indicate_kcqe()
/linux/net/sunrpc/
H A Dclnt.c51 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
956 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
961 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
1037 wake_up(&destroy_wait); in rpc_release_client()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2501 ret = wait_event_interruptible(dqm->destroy_wait, in wait_on_destroy_queue()
3039 init_waitqueue_head(&dqm->destroy_wait); in device_queue_manager_init()
3360 wake_up_all(&dqm->destroy_wait); in resume_queues()
3394 wake_up_all(&dqm->destroy_wait); in resume_queues()