Home
last modified time | relevance | path

Searched refs:destroy_wait (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h267 wait_queue_head_t destroy_wait; member
H A Dkfd_device_queue_manager.c2046 ret = wait_event_interruptible(dqm->destroy_wait, in wait_on_destroy_queue()
2598 init_waitqueue_head(&dqm->destroy_wait); in device_queue_manager_init()
2878 wake_up_all(&dqm->destroy_wait); in resume_queues()
2912 wake_up_all(&dqm->destroy_wait); in resume_queues()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc.h243 wait_queue_head_t destroy_wait; member
H A Dbnx2fc_fcoe.c851 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_destroy_timer()
1423 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1941 wait_event_interruptible(hba->destroy_wait, in bnx2fc_fw_destroy()
H A Dbnx2fc_hwi.c1388 wake_up_interruptible(&hba->destroy_wait); in bnx2fc_indicate_kcqe()
/kernel/linux/linux-6.6/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()
1415 init_waitqueue_head(&hba->destroy_wait); in bnx2fc_hba_create()
1933 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()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dclnt.c54 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
866 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
944 wake_up(&destroy_wait); in rpc_release_client()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dclnt.c55 static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
951 wait_event_timeout(destroy_wait, in rpc_shutdown_client()
1028 wake_up(&destroy_wait); in rpc_release_client()

Completed in 26 milliseconds