Home
last modified time | relevance | path

Searched refs:hgcm_wq (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/virt/vboxguest/
Dvboxguest_utils.c144 wait_event(gdev->hgcm_wq, in vbg_hgcm_connect()
177 wait_event(gdev->hgcm_wq, in vbg_hgcm_disconnect()
499 timeout = wait_event_interruptible_timeout(gdev->hgcm_wq, in vbg_hgcm_do_call()
503 timeout = wait_event_timeout(gdev->hgcm_wq, in vbg_hgcm_do_call()
531 timeout = wait_event_timeout(gdev->hgcm_wq, in vbg_hgcm_do_call()
Dvboxguest_core.h92 wait_queue_head_t hgcm_wq; member
Dvboxguest_core.c931 init_waitqueue_head(&gdev->hgcm_wq); in vbg_core_init()
1805 wake_up(&gdev->hgcm_wq); in vbg_core_isr()