Home
last modified time | relevance | path

Searched refs:bps_rd (Results 1 – 5 of 5) sorted by relevance

/external/qemu/qapi-auto-generated/
Dqmp-commands.h137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, in…
Dqmp-marshal.c2530 int64_t bps_rd; in qmp_marshal_input_block_set_io_throttle() local
2554 visit_type_int(v, &bps_rd, "bps_rd", errp); in qmp_marshal_input_block_set_io_throttle()
2599 …qmp_block_set_io_throttle(device, bps, bps_rd, bps_wr, iops, iops_rd, iops_wr, has_bps_max, bps_ma… in qmp_marshal_input_block_set_io_throttle()
2606 visit_type_int(v, &bps_rd, "bps_rd", NULL); in qmp_marshal_input_block_set_io_throttle()
Dqapi-types.h2210 int64_t bps_rd; member
Dqapi-visit.c1612 visit_type_int(m, obj ? &(*obj)->bps_rd : NULL, "bps_rd", &err); in visit_type_BlockDeviceInfo_fields()
/external/qemu/
Dqapi-schema.json832 # @bps_rd: read throughput limit in bytes per second is specified
866 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int',
2353 # @bps_rd: read throughput limit in bytes per second
2383 'data': { 'device': 'str', 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int',