Searched refs:has_iops_max (Results 1 – 4 of 4) sorted by relevance
/external/qemu/qapi-auto-generated/ |
D | qmp-marshal.c | 2541 bool has_iops_max = false; in qmp_marshal_input_block_set_io_throttle() local 2574 visit_start_optional(v, &has_iops_max, "iops_max", errp); in qmp_marshal_input_block_set_io_throttle() 2575 if (has_iops_max) { in qmp_marshal_input_block_set_io_throttle() 2599 …max, bps_max, has_bps_rd_max, bps_rd_max, has_bps_wr_max, bps_wr_max, has_iops_max, iops_max, has_… in qmp_marshal_input_block_set_io_throttle() 2626 visit_start_optional(v, &has_iops_max, "iops_max", NULL); in qmp_marshal_input_block_set_io_throttle() 2627 if (has_iops_max) { in qmp_marshal_input_block_set_io_throttle()
|
D | qmp-commands.h | 137 …ax, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_m…
|
D | qapi-types.h | 2222 bool has_iops_max; member
|
D | qapi-visit.c | 1633 visit_start_optional(m, obj ? &(*obj)->has_iops_max : NULL, "iops_max", &err); in visit_type_BlockDeviceInfo_fields() 1634 if (obj && (*obj)->has_iops_max) { in visit_type_BlockDeviceInfo_fields()
|