Lines Matching full:bps
22 #define QEMU_OPT_BPS_TOTAL "bps-total"
23 #define QEMU_OPT_BPS_TOTAL_MAX "bps-total-max"
24 #define QEMU_OPT_BPS_TOTAL_MAX_LENGTH "bps-total-max-length"
25 #define QEMU_OPT_BPS_READ "bps-read"
26 #define QEMU_OPT_BPS_READ_MAX "bps-read-max"
27 #define QEMU_OPT_BPS_READ_MAX_LENGTH "bps-read-max-length"
28 #define QEMU_OPT_BPS_WRITE "bps-write"
29 #define QEMU_OPT_BPS_WRITE_MAX "bps-write-max"
30 #define QEMU_OPT_BPS_WRITE_MAX_LENGTH "bps-write-max-length"
99 .help = "length of the bps-total-max burst period, in seconds",\
103 .help = "length of the bps-read-max burst period, in seconds",\
107 .help = "length of the bps-write-max burst period, in seconds",\