Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c356 g_assert(throttle_is_valid(&cfg, NULL)); in test_enabled()
375 g_assert(throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
379 g_assert(!throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
384 g_assert(!throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
390 g_assert(!throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
394 g_assert(throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
399 g_assert(throttle_is_valid(&cfg, NULL)); in test_conflicts_for_one_set()
460 g_assert(throttle_is_valid(&cfg, NULL)); in test_ranges()
465 g_assert(throttle_is_valid(&cfg, NULL)); in test_ranges()
468 g_assert(throttle_is_valid(&cfg, NULL)); in test_ranges()
[all …]
/qemu/include/qemu/
H A Dthrottle.h144 bool throttle_is_valid(ThrottleConfig *cfg, Error **errp);
/qemu/fsdev/
H A Dqemu-fsdev-throttle.c78 return throttle_is_valid(&fst->cfg, errp) ? 0 : -1; in fsdev_throttle_parse_opts()
/qemu/util/
H A Dthrottle.c316 bool throttle_is_valid(ThrottleConfig *cfg, Error **errp) in throttle_is_valid() function
608 throttle_is_valid(cfg, errp); in throttle_limits_to_config()
/qemu/block/
H A Dqapi-sysemu.c489 if (!throttle_is_valid(&cfg, errp)) { in qmp_block_set_io_throttle()
H A Dthrottle-groups.c791 if (!throttle_is_valid(&cfg, errp)) { in throttle_group_obj_complete()
/qemu/backends/
H A Dcryptodev.c337 if (!throttle_is_valid(&backend->tc, errp)) { in cryptodev_backend_set_throttle()
/qemu/
H A Dblockdev.c449 if (!throttle_is_valid(throttle_cfg, errp)) { in extract_common_blockdev_options()