Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/virt/vboxguest/
Dvboxguest_core.c778 spin_lock_init(&gdev->event_spinlock); in vbg_core_init()
983 spin_lock_irqsave(&gdev->event_spinlock, flags); in vbg_wait_event_cond()
988 spin_unlock_irqrestore(&gdev->event_spinlock, flags); in vbg_wait_event_cond()
1029 spin_lock_irqsave(&gdev->event_spinlock, flags); in vbg_ioctl_wait_for_events()
1040 spin_unlock_irqrestore(&gdev->event_spinlock, flags); in vbg_ioctl_wait_for_events()
1060 spin_lock_irqsave(&gdev->event_spinlock, flags); in vbg_ioctl_interrupt_all_wait_events()
1062 spin_unlock_irqrestore(&gdev->event_spinlock, flags); in vbg_ioctl_interrupt_all_wait_events()
1600 spin_lock_irqsave(&gdev->event_spinlock, flags); in vbg_core_isr()
1602 spin_unlock_irqrestore(&gdev->event_spinlock, flags); in vbg_core_isr()
Dvboxguest_core.h84 spinlock_t event_spinlock; member
Dvboxguest_utils.c115 spin_lock_irqsave(&gdev->event_spinlock, flags); in hgcm_req_done()
117 spin_unlock_irqrestore(&gdev->event_spinlock, flags); in hgcm_req_done()