Searched refs:throttle_is_valid (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-throttle.c | 356 g_assert(throttle_is_valid(&cfg, NULL)); in test_enabled() 363 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() 435 g_assert(throttle_is_valid(&cfg, NULL) == should_be_valid); in test_is_valid_for_value() 460 g_assert(throttle_is_valid(&cfg, NULL)); in test_ranges() [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | throttle.h | 144 bool throttle_is_valid(ThrottleConfig *cfg, Error **errp);
|
| /openbmc/qemu/fsdev/ |
| H A D | qemu-fsdev-throttle.c | 78 return throttle_is_valid(&fst->cfg, errp) ? 0 : -1; in fsdev_throttle_parse_opts()
|
| /openbmc/qemu/util/ |
| H A D | throttle.c | 316 bool throttle_is_valid(ThrottleConfig *cfg, Error **errp) in throttle_is_valid() function 608 throttle_is_valid(cfg, errp); in throttle_limits_to_config()
|
| /openbmc/qemu/block/ |
| H A D | qapi-system.c | 489 if (!throttle_is_valid(&cfg, errp)) { in qmp_block_set_io_throttle()
|
| H A D | throttle-groups.c | 791 if (!throttle_is_valid(&cfg, errp)) { in throttle_group_obj_complete()
|
| /openbmc/qemu/backends/ |
| H A D | cryptodev.c | 337 if (!throttle_is_valid(&backend->tc, errp)) { in cryptodev_backend_set_throttle()
|