Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dmain.c130 if (wait_event_timeout(ictx->destroy_wait, in iommufd_object_dec_wait_shortterm()
254 init_waitqueue_head(&ictx->destroy_wait); in iommufd_fops_open()
Diommufd_private.h26 wait_queue_head_t destroy_wait; member
175 wake_up_interruptible_all(&ictx->destroy_wait); in iommufd_put_object()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.h282 wait_queue_head_t destroy_wait; member
Dkfd_device_queue_manager.c2349 ret = wait_event_interruptible(dqm->destroy_wait, in wait_on_destroy_queue()
2909 init_waitqueue_head(&dqm->destroy_wait); in device_queue_manager_init()
3286 wake_up_all(&dqm->destroy_wait); in resume_queues()
3320 wake_up_all(&dqm->destroy_wait); in resume_queues()
/linux-6.12.1/drivers/scsi/bnx2fc/
Dbnx2fc.h240 wait_queue_head_t destroy_wait; member
Dbnx2fc_fcoe.c845 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_destroy_timer()
1415 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1933 wait_event_interruptible(hba->destroy_wait, in bnx2fc_fw_destroy()
Dbnx2fc_hwi.c1387 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_indicate_kcqe()
/linux-6.12.1/net/sunrpc/
Dclnt.c51 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
963 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
1040 wake_up(&destroy_wait); in rpc_release_client()