Home
last modified time | relevance | path

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

/external/qemu/qapi-auto-generated/
Dqmp-marshal.c2539 bool has_bps_wr_max = false; in qmp_marshal_input_block_set_io_throttle() local
2569 visit_start_optional(v, &has_bps_wr_max, "bps_wr_max", errp); in qmp_marshal_input_block_set_io_throttle()
2570 if (has_bps_wr_max) { in qmp_marshal_input_block_set_io_throttle()
2599 … iops_rd, iops_wr, has_bps_max, bps_max, has_bps_rd_max, bps_rd_max, has_bps_wr_max, bps_wr_max, h… in qmp_marshal_input_block_set_io_throttle()
2621 visit_start_optional(v, &has_bps_wr_max, "bps_wr_max", NULL); in qmp_marshal_input_block_set_io_throttle()
2622 if (has_bps_wr_max) { in qmp_marshal_input_block_set_io_throttle()
Dqmp-commands.h137 …_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_w…
Dqapi-types.h2220 bool has_bps_wr_max; member
Dqapi-visit.c1628 visit_start_optional(m, obj ? &(*obj)->has_bps_wr_max : NULL, "bps_wr_max", &err); in visit_type_BlockDeviceInfo_fields()
1629 if (obj && (*obj)->has_bps_wr_max) { in visit_type_BlockDeviceInfo_fields()