Searched refs:hgcm_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 144 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()
|
H A D | vboxguest_core.h | 92 wait_queue_head_t hgcm_wq; member
|
H A D | vboxguest_core.c | 931 init_waitqueue_head(&gdev->hgcm_wq); in vbg_core_init() 1805 wake_up(&gdev->hgcm_wq); in vbg_core_isr()
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 144 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()
|
H A D | vboxguest_core.h | 92 wait_queue_head_t hgcm_wq; member
|
H A D | vboxguest_core.c | 931 init_waitqueue_head(&gdev->hgcm_wq); in vbg_core_init() 1805 wake_up(&gdev->hgcm_wq); in vbg_core_isr()
|
Completed in 9 milliseconds