Searched refs:has_iops_wr_max (Results 1 – 4 of 4) sorted by relevance
/external/qemu/qapi-auto-generated/ |
D | qmp-marshal.c | 2545 bool has_iops_wr_max = false; in qmp_marshal_input_block_set_io_throttle() local 2584 visit_start_optional(v, &has_iops_wr_max, "iops_wr_max", errp); in qmp_marshal_input_block_set_io_throttle() 2585 if (has_iops_wr_max) { in qmp_marshal_input_block_set_io_throttle() 2599 …x, bps_wr_max, has_iops_max, iops_max, has_iops_rd_max, iops_rd_max, has_iops_wr_max, iops_wr_max,… in qmp_marshal_input_block_set_io_throttle() 2636 visit_start_optional(v, &has_iops_wr_max, "iops_wr_max", NULL); in qmp_marshal_input_block_set_io_throttle() 2637 if (has_iops_wr_max) { in qmp_marshal_input_block_set_io_throttle()
|
D | qmp-commands.h | 137 …x, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops…
|
D | qapi-types.h | 2226 bool has_iops_wr_max; member
|
D | qapi-visit.c | 1643 visit_start_optional(m, obj ? &(*obj)->has_iops_wr_max : NULL, "iops_wr_max", &err); in visit_type_BlockDeviceInfo_fields() 1644 if (obj && (*obj)->has_iops_wr_max) { in visit_type_BlockDeviceInfo_fields()
|