Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dattributes.c225 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) in kunit_print_attr() argument
244 KUNIT_INDENT_LEN * test_level, "", test->name, in kunit_print_attr()
248 KUNIT_INDENT_LEN * test_level, "", attr_name, attr_str); in kunit_print_attr()
H A Dtest.c199 unsigned int test_level, in kunit_print_ok_not_ok() argument
212 WARN(!test && test_level, "suite test level can't be %u!\n", test_level); in kunit_print_ok_not_ok()
229 KUNIT_INDENT_LEN * test_level, "", in kunit_print_ok_not_ok()
/openbmc/linux/include/kunit/
H A Dattributes.h31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
/openbmc/qemu/tests/fp/
H A Dfp-test.c84 static int test_level = 1; variable
864 if (qemu_strtoi(optarg, NULL, 0, &test_level)) { in parse_args()
940 genCases_setLevel(test_level); in run_test()
/openbmc/linux/drivers/acpi/
H A Dacpi_video.c721 int test_level; in acpi_video_bqc_quirk() local
757 test_level = current_level == max_level in acpi_video_bqc_quirk()
761 result = acpi_video_device_lcd_set_level(device, test_level); in acpi_video_bqc_quirk()
769 if (level != test_level) { in acpi_video_bqc_quirk()
774 if (br->levels[level + ACPI_VIDEO_FIRST_LEVEL] == test_level) in acpi_video_bqc_quirk()