Searched refs:has_iops_rd_max (Results 1 - 4 of 4) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, int64_t iops, int64_t iops_rd, int64_t iops_wr, bool has_bps_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops_wr_max, bool has_iops_size, int64_t iops_size, Error **errp);
H A Dqmp-marshal.c2543 bool has_iops_rd_max = false; local
2579 visit_start_optional(v, &has_iops_rd_max, "iops_rd_max", errp);
2580 if (has_iops_rd_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);
2631 visit_start_optional(v, &has_iops_rd_max, "iops_rd_max", NULL);
2632 if (has_iops_rd_max) {
H A Dqapi-types.h2224 bool has_iops_rd_max; member in struct:BlockDeviceInfo
H A Dqapi-visit.c1638 visit_start_optional(m, obj ? &(*obj)->has_iops_rd_max : NULL, "iops_rd_max", &err);
1639 if (obj && (*obj)->has_iops_rd_max) {

Completed in 122 milliseconds