Home
last modified time | relevance | path

Searched refs:VSOCK_VQ_EVENT (Results 1 – 2 of 2) sorted by relevance

/linux/net/vmw_vsock/
H A Dvirtio_transport.c73 * vqs[VSOCK_VQ_EVENT] must be accessed with event_lock held.
392 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one()
410 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill()
454 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work()
474 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work()
/linux/include/linux/
H A Dvirtio_vsock.h145 VSOCK_VQ_EVENT = 2, enumerator