Searched refs:test_level (Results 1 – 4 of 4) sorted by relevance
| /linux/include/kunit/ |
| A D | attributes.h | 31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
|
| /linux/lib/kunit/ |
| A D | attributes.c | 285 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) in kunit_print_attr() argument 304 KUNIT_INDENT_LEN * test_level, "", test->name, in kunit_print_attr() 308 KUNIT_INDENT_LEN * test_level, "", attr_name, attr_str); in kunit_print_attr()
|
| A D | test.c | 169 unsigned int test_level, in kunit_print_ok_not_ok() argument 182 WARN(!test && test_level, "suite test level can't be %u!\n", test_level); in kunit_print_ok_not_ok() 199 KUNIT_INDENT_LEN * test_level, "", in kunit_print_ok_not_ok()
|
| /linux/drivers/acpi/ |
| A D | acpi_video.c | 720 int test_level; in acpi_video_bqc_quirk() local 756 test_level = current_level == max_level in acpi_video_bqc_quirk() 760 result = acpi_video_device_lcd_set_level(device, test_level); in acpi_video_bqc_quirk() 768 if (level != test_level) { in acpi_video_bqc_quirk() 773 if (br->levels[level + ACPI_VIDEO_FIRST_LEVEL] == test_level) in acpi_video_bqc_quirk()
|
Completed in 14 milliseconds