Lines Matching full:filled
97 loff_t off, size_t *filled) \
120 *filled = sizeof(val); \
144 size_t fillable, filled; in vfio_pci_core_do_io_rw() local
155 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
162 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
168 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
174 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
180 filled = min(count, (size_t)(x_end - off)); in vfio_pci_core_do_io_rw()
185 for (i = 0; i < filled; i++) in vfio_pci_core_do_io_rw()
191 count -= filled; in vfio_pci_core_do_io_rw()
192 done += filled; in vfio_pci_core_do_io_rw()
193 off += filled; in vfio_pci_core_do_io_rw()
194 buf += filled; in vfio_pci_core_do_io_rw()