Searched refs:has_iops_rd_max (Results 1 – 4 of 4) sorted by relevance
/external/qemu/qapi-auto-generated/ |
D | qmp-marshal.c | 2543 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()
|
D | qmp-commands.h | 137 …r_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops…
|
D | qapi-types.h | 2224 bool has_iops_rd_max; member
|
D | qapi-visit.c | 1638 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()
|