Home
last modified time | relevance | path

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

/linux/drivers/misc/lkdtm/
H A Dkstack_erase.c37 bool test_failed = false; in check_stackleak_irqoff() local
49 test_failed = true; in check_stackleak_irqoff()
56 test_failed = true; in check_stackleak_irqoff()
94 test_failed = true; in check_stackleak_irqoff()
116 if (test_failed) { in check_stackleak_irqoff()
/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c26 static unsigned int test_failed; variable
67 putnum(test_failed); in print_summary()
129 test_failed++; in __do_test()
225 if (test_failed) in start()
/linux/lib/
H A Dtest_vmalloc.c418 int test_failed; member
482 t->data[index].test_failed++; in test_func()
587 t->data[j].test_failed, in do_concurrent_test()
/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c101 static bool test_failed; variable
151 test_failed = true; in validate_key()
170 test_failed = true; in validate_timestamp()
366 test_failed = true; in __recv_errmsg_cmsg()
950 return test_failed; in main()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c57 void test_failed(void) in test_failed() function
H A Daolib.h113 test_failed(); \
168 extern void test_failed(void);