Searched refs:ksft_exit (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| A D | ping.py | 4 from lib.py import ksft_run, ksft_exit 47 ksft_exit()
|
| A D | queues.py | 4 from lib.py import ksft_run, ksft_exit, ksft_eq, KsftSkipEx 62 ksft_exit()
|
| A D | stats.py | 5 from lib.py import ksft_run, ksft_exit, ksft_pr 165 ksft_exit()
|
| /linux/tools/testing/selftests/net/ |
| A D | nl_netdev.py | 5 from lib.py import ksft_run, ksft_exit, ksft_pr 94 ksft_exit()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| A D | pp_alloc_fail.py | 7 from lib.py import ksft_run, ksft_exit, ksft_pr 126 ksft_exit()
|
| A D | csum.py | 8 from lib.py import ksft_run, ksft_exit, KsftSkipEx 118 ksft_exit()
|
| A D | rss_ctx.py | 6 from lib.py import ksft_run, ksft_pr, ksft_exit, ksft_eq, ksft_ne, ksft_ge, ksft_lt 621 ksft_exit()
|
| /linux/tools/testing/selftests/mm/ |
| A D | hugepage-mmap.c | 77 ksft_exit(!ret); in main()
|
| A D | hugepage-mremap.c | 167 ksft_exit(!ret); in main()
|
| /linux/tools/testing/selftests/exec/ |
| A D | null-argv.c | 77 ksft_exit(ksft_cnt.ksft_pass == ksft_plan); in main()
|
| /linux/tools/testing/selftests/ |
| A D | kselftest.h | 343 #define ksft_exit(condition) do { \ macro 354 ksft_exit(ksft_plan == \
|
| A D | kselftest_harness.h | 1323 ksft_exit(ret == 0); in test_harness_run()
|
| /linux/tools/testing/selftests/timers/ |
| A D | clocksource-switch.c | 190 ksft_exit(!status); in main()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 246 def ksft_exit(): function
|
Completed in 25 milliseconds