Lines Matching refs:event
332 struct virtio_vsock_event *event)
339 sg_init_one(&sg, event, sizeof(*event));
341 return virtqueue_add_inbuf(vq, &sg, 1, event, GFP_KERNEL);
350 struct virtio_vsock_event *event = &vsock->event_list[i];
352 virtio_vsock_event_fill_one(vsock, event);
382 struct virtio_vsock_event *event)
384 switch (le32_to_cpu(event->id)) {
407 struct virtio_vsock_event *event;
411 while ((event = virtqueue_get_buf(vq, &len)) != NULL) {
412 if (len == sizeof(*event))
413 virtio_vsock_event_handle(vsock, event);
415 virtio_vsock_event_fill_one(vsock, event);
556 "event",