Searched defs:has_iops_max (Results 1 - 2 of 2) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c2541 bool has_iops_max = false; local
2574 visit_start_optional(v, &has_iops_max, "iops_max", errp);
2575 if (has_iops_max) {
2599 qmp_block_set_io_throttle(device, bps, bps_rd, bps_wr, iops, iops_rd, iops_wr, has_bps_max, bps_max, has_bps_rd_max, bps_rd_max, has_bps_wr_max, bps_wr_max, has_iops_max, iops_max, has_iops_rd_max, iops_rd_max, has_iops_wr_max, iops_wr_max, has_iops_size, iops_size, errp);
2626 visit_start_optional(v, &has_iops_max, "iops_max", NULL);
2627 if (has_iops_max) {
H A Dqapi-types.h2222 bool has_iops_max; member in struct:BlockDeviceInfo

Completed in 94 milliseconds