Home
last modified time | relevance | path

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

/external/qemu/qapi-auto-generated/
Dqmp-marshal.c2543 bool has_iops_rd_max = false; in qmp_marshal_input_block_set_io_throttle() local
2579 visit_start_optional(v, &has_iops_rd_max, "iops_rd_max", errp); in qmp_marshal_input_block_set_io_throttle()
2580 if (has_iops_rd_max) { in qmp_marshal_input_block_set_io_throttle()
2599 …max, bps_rd_max, has_bps_wr_max, bps_wr_max, has_iops_max, iops_max, has_iops_rd_max, iops_rd_max,… in qmp_marshal_input_block_set_io_throttle()
2631 visit_start_optional(v, &has_iops_rd_max, "iops_rd_max", NULL); in qmp_marshal_input_block_set_io_throttle()
2632 if (has_iops_rd_max) { in qmp_marshal_input_block_set_io_throttle()
Dqmp-commands.h137 …r_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops…
Dqapi-types.h2224 bool has_iops_rd_max; member
Dqapi-visit.c1638 visit_start_optional(m, obj ? &(*obj)->has_iops_rd_max : NULL, "iops_rd_max", &err); in visit_type_BlockDeviceInfo_fields()
1639 if (obj && (*obj)->has_iops_rd_max) { in visit_type_BlockDeviceInfo_fields()