Lines Matching refs:event
297 struct virtio_vsock_event *event)
304 sg_init_one(&sg, event, sizeof(*event));
306 return virtqueue_add_inbuf(vq, &sg, 1, event, GFP_KERNEL);
315 struct virtio_vsock_event *event = &vsock->event_list[i];
317 virtio_vsock_event_fill_one(vsock, event);
347 struct virtio_vsock_event *event)
349 switch (le32_to_cpu(event->id)) {
372 struct virtio_vsock_event *event;
376 while ((event = virtqueue_get_buf(vq, &len)) != NULL) {
377 if (len == sizeof(*event))
378 virtio_vsock_event_handle(vsock, event);
380 virtio_vsock_event_fill_one(vsock, event);
541 "event",
583 * We don't need to queue the other workers (rx, event) because