Lines Matching full:filled
100 loff_t off, size_t *filled) \
123 *filled = sizeof(val); \
149 size_t fillable, filled; in vfio_pci_core_do_io_rw() local
161 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
169 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
175 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
181 io, buf, off, &filled); in vfio_pci_core_do_io_rw()
187 filled = min(count, (size_t)(x_end - off)); in vfio_pci_core_do_io_rw()
192 for (i = 0; i < filled; i++) in vfio_pci_core_do_io_rw()
198 count -= filled; in vfio_pci_core_do_io_rw()
199 done += filled; in vfio_pci_core_do_io_rw()
200 off += filled; in vfio_pci_core_do_io_rw()
201 buf += filled; in vfio_pci_core_do_io_rw()