Lines Matching full:max
14 #define QEMU_OPT_IOPS_TOTAL_MAX "iops-total-max"
15 #define QEMU_OPT_IOPS_TOTAL_MAX_LENGTH "iops-total-max-length"
17 #define QEMU_OPT_IOPS_READ_MAX "iops-read-max"
18 #define QEMU_OPT_IOPS_READ_MAX_LENGTH "iops-read-max-length"
20 #define QEMU_OPT_IOPS_WRITE_MAX "iops-write-max"
21 #define QEMU_OPT_IOPS_WRITE_MAX_LENGTH "iops-write-max-length"
23 #define QEMU_OPT_BPS_TOTAL_MAX "bps-total-max"
24 #define QEMU_OPT_BPS_TOTAL_MAX_LENGTH "bps-total-max-length"
26 #define QEMU_OPT_BPS_READ_MAX "bps-read-max"
27 #define QEMU_OPT_BPS_READ_MAX_LENGTH "bps-read-max-length"
29 #define QEMU_OPT_BPS_WRITE_MAX "bps-write-max"
30 #define QEMU_OPT_BPS_WRITE_MAX_LENGTH "bps-write-max-length"
87 .help = "length of the iops-total-max burst period, in seconds",\
91 .help = "length of the iops-read-max burst period, in seconds",\
95 .help = "length of the iops-write-max burst period, in seconds",\
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",\
111 .help = "when limiting by iops max size of an I/O in bytes",\