Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/lkdtm/
Dstackleak.c19 bool test_failed = false; in lkdtm_STACKLEAK_ERASING() local
38 test_failed = true; in lkdtm_STACKLEAK_ERASING()
59 test_failed = true; in lkdtm_STACKLEAK_ERASING()
71 test_failed = true; in lkdtm_STACKLEAK_ERASING()
76 if (test_failed) { in lkdtm_STACKLEAK_ERASING()
/Linux-v5.10/lib/
Dtest_vmalloc.c424 int test_failed; member
495 per_cpu_test_data[t->cpu][index].test_failed++; in test_func()
599 per_cpu_test_data[cpu][i].test_failed, in do_concurrent_test()
/Linux-v5.10/tools/testing/selftests/net/
Dtxtimestamp.c99 static bool test_failed; variable
148 test_failed = true; in validate_key()
166 test_failed = true; in validate_timestamp()
921 return test_failed; in main()