Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 6 of 6) sorted by relevance

/qemu/block/
H A Dio_uring.c127 int total_bytes; in luring_process_completions() local
166 total_bytes = ret + luringcb->total_read; in luring_process_completions()
189 } else if (total_bytes == luringcb->qiov->size) { in luring_process_completions()
200 qemu_iovec_memset(luringcb->qiov, total_bytes, 0, in luring_process_completions()
201 luringcb->qiov->size - total_bytes); in luring_process_completions()
H A Dio.c1330 int64_t total_bytes, max_bytes; in bdrv_aligned_preadv() local
1385 total_bytes = bdrv_co_getlength(bs); in bdrv_aligned_preadv()
1386 if (total_bytes < 0) { in bdrv_aligned_preadv()
1387 ret = total_bytes; in bdrv_aligned_preadv()
1393 max_bytes = ROUND_UP(MAX(0, total_bytes - offset), align); in bdrv_aligned_preadv()
/qemu/tests/migration/guestperf/
H A Dprogress.py26 total_bytes, argument
36 self._total_bytes = total_bytes
/qemu/hw/net/
H A Dcadence_gem.c1275 unsigned total_bytes; in gem_transmit() local
1290 total_bytes = 0; in gem_transmit()
1336 total_bytes += tx_desc_get_length(desc); in gem_transmit()
1370 net_checksum_calculate(s->tx_packet, total_bytes, CSUM_ALL); in gem_transmit()
1374 gem_transmit_updatestats(s, s->tx_packet, total_bytes); in gem_transmit()
1380 total_bytes); in gem_transmit()
1383 total_bytes); in gem_transmit()
1388 total_bytes = 0; in gem_transmit()
/qemu/qga/
H A Dcommands-win32.c1152 fs->total_bytes = i64TotalBytes; in build_guest_fsinfo()
H A Dcommands-posix.c1628 fs->total_bytes = nonroot_total * fr_size; in build_guest_fsinfo()