Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblockdev.c381 const char **throttling_group, ThrottleConfig *throttle_cfg, in extract_common_blockdev_options() argument
401 if (throttling_group) { in extract_common_blockdev_options()
402 *throttling_group = qemu_opt_get(opts, "throttling.group"); in extract_common_blockdev_options()
498 const char *throttling_group = NULL; in blockdev_init() local
535 extract_common_blockdev_options(opts, &bdrv_flags, &throttling_group, &cfg, in blockdev_init()
631 if (!throttling_group) { in blockdev_init()
632 throttling_group = id; in blockdev_init()
634 blk_io_limits_enable(blk, throttling_group); in blockdev_init()