Home
last modified time | relevance | path

Searched refs:cmd_id_active (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_balloon.c93 __virtio32 cmd_id_active; member
599 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in send_cmd_id_start()
601 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
602 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
675 u32 cmd_id_active; in send_free_pages() local
682 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
683 if (unlikely(cmd_id_active != in send_free_pages()
733 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_balloon.c86 __virtio32 cmd_id_active; member
592 vb->cmd_id_active = cpu_to_virtio32(vb->vdev, in send_cmd_id_start()
594 sg_init_one(&sg, &vb->cmd_id_active, sizeof(vb->cmd_id_active)); in send_cmd_id_start()
595 err = virtqueue_add_outbuf(vq, &sg, 1, &vb->cmd_id_active, GFP_KERNEL); in send_cmd_id_start()
668 u32 cmd_id_active; in send_free_pages() local
675 cmd_id_active = virtio32_to_cpu(vb->vdev, vb->cmd_id_active); in send_free_pages()
676 if (unlikely(cmd_id_active != in send_free_pages()
726 virtio32_to_cpu(vb->vdev, vb->cmd_id_active)) { in report_free_page_func()
[all...]

Completed in 3 milliseconds