Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c142 wait_event(gdev->hgcm_wq, in vbg_hgcm_connect()
175 wait_event(gdev->hgcm_wq, in vbg_hgcm_disconnect()
497 gdev->hgcm_wq, in vbg_hgcm_do_call()
524 timeout = wait_event_timeout(gdev->hgcm_wq, in vbg_hgcm_do_call()
Dvboxguest_core.h77 wait_queue_head_t hgcm_wq; member
Dvboxguest_core.c803 init_waitqueue_head(&gdev->hgcm_wq); in vbg_core_init()
1626 wake_up(&gdev->hgcm_wq); in vbg_core_isr()