Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c428 static void test_is_valid_for_value(int value, bool should_be_valid) in test_is_valid_for_value() function
443 test_is_valid_for_value(-1, false); in test_is_valid()
445 test_is_valid_for_value(0, true); in test_is_valid()
447 test_is_valid_for_value(1, true); in test_is_valid()