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

/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_core.h92 wait_queue_head_t hgcm_wq; member in struct:vbg_dev
H A Dvboxguest_utils.c144 wait_event(gdev->hgcm_wq,
177 wait_event(gdev->hgcm_wq,
507 timeout = wait_event_interruptible_timeout(gdev->hgcm_wq,
511 timeout = wait_event_timeout(gdev->hgcm_wq,
539 timeout = wait_event_timeout(gdev->hgcm_wq,
H A Dvboxguest_core.c953 init_waitqueue_head(&gdev->hgcm_wq);
1833 wake_up(&gdev->hgcm_wq);

Completed in 208 milliseconds