Lines Matching full:max

50     fst->cfg.buckets[THROTTLE_BPS_TOTAL].max =  in fsdev_throttle_parse_opts()
51 qemu_opt_get_number(opts, "throttling.bps-total-max", 0); in fsdev_throttle_parse_opts()
52 fst->cfg.buckets[THROTTLE_BPS_READ].max = in fsdev_throttle_parse_opts()
53 qemu_opt_get_number(opts, "throttling.bps-read-max", 0); in fsdev_throttle_parse_opts()
54 fst->cfg.buckets[THROTTLE_BPS_WRITE].max = in fsdev_throttle_parse_opts()
55 qemu_opt_get_number(opts, "throttling.bps-write-max", 0); in fsdev_throttle_parse_opts()
56 fst->cfg.buckets[THROTTLE_OPS_TOTAL].max = in fsdev_throttle_parse_opts()
57 qemu_opt_get_number(opts, "throttling.iops-total-max", 0); in fsdev_throttle_parse_opts()
58 fst->cfg.buckets[THROTTLE_OPS_READ].max = in fsdev_throttle_parse_opts()
59 qemu_opt_get_number(opts, "throttling.iops-read-max", 0); in fsdev_throttle_parse_opts()
60 fst->cfg.buckets[THROTTLE_OPS_WRITE].max = in fsdev_throttle_parse_opts()
61 qemu_opt_get_number(opts, "throttling.iops-write-max", 0); in fsdev_throttle_parse_opts()
64 qemu_opt_get_number(opts, "throttling.bps-total-max-length", 1); in fsdev_throttle_parse_opts()
66 qemu_opt_get_number(opts, "throttling.bps-read-max-length", 1); in fsdev_throttle_parse_opts()
68 qemu_opt_get_number(opts, "throttling.bps-write-max-length", 1); in fsdev_throttle_parse_opts()
70 qemu_opt_get_number(opts, "throttling.iops-total-max-length", 1); in fsdev_throttle_parse_opts()
72 qemu_opt_get_number(opts, "throttling.iops-read-max-length", 1); in fsdev_throttle_parse_opts()
74 qemu_opt_get_number(opts, "throttling.iops-write-max-length", 1); in fsdev_throttle_parse_opts()