HomeSort by relevance Sort by last modified time
    Searched refs:bps_max (Results 1 - 4 of 4) sorted by null

  /external/qemu/qapi-auto-generated/
qmp-commands.h 137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, int64_t iops, int64_t iops_rd, int64_t iops_wr, bool has_bps_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops_wr_max, bool has_iops_size, int64_t iops_size, Error **errp);
qmp-marshal.c 2536 int64_t bps_max; local
    [all...]
qapi-types.h 2217 int64_t bps_max; member in struct:BlockDeviceInfo
    [all...]
qapi-visit.c     [all...]

Completed in 1742 milliseconds