Home
last modified time | relevance | path

Searched defs:chunk_size (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c18 static void test_cipher_speed(size_t chunk_size, in test_cipher_speed()
105 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ecb_aes_128() local
113 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ecb_aes_256() local
121 size_t chunk_size = (size_t)opaque; in test_cipher_speed_cbc_aes_128() local
129 size_t chunk_size = (size_t)opaque; in test_cipher_speed_cbc_aes_256() local
137 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ctr_aes_128() local
145 size_t chunk_size = (size_t)opaque; in test_cipher_speed_ctr_aes_256() local
153 size_t chunk_size = (size_t)opaque; in test_cipher_speed_xts_aes_128() local
161 size_t chunk_size = (size_t)opaque; in test_cipher_speed_xts_aes_256() local
H A Dbenchmark-crypto-hmac.c22 size_t chunk_size = (size_t)opaque; in test_hmac_speed() local
H A Dbenchmark-crypto-hash.c19 size_t chunk_size; member
/qemu/tests/qemu-iotests/
H A D16335 chunk_size = '16M' variable in ShrinkBaseClass
151 chunk_size = '256K' variable in TestShrink512
/qemu/hw/scsi/
H A Dvmw_pvscsi.c666 uint32_t chunk_size, elmcnt = 0; in pvscsi_convert_sglist() local
/qemu/hw/virtio/
H A Dvhost.c2244 const size_t chunk_size = 1 * 1024 * 1024; in vhost_save_backend_state() local
/qemu/hw/net/
H A Dvmxnet3.c983 size_t chunk_size; in vmxnet3_indicate_packet() local
H A Drtl8139.c2185 uint16_t chunk_size = large_send_mss; in rtl8139_cplus_transmit_one() local
/qemu/block/
H A Dqcow2.c4798 uint64_t chunk_size = MIN(bytes, s->cluster_size); in qcow2_co_pwritev_compressed_part() local