Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/timens/
A Dexec.c23 struct timespec now, tst; in main() local
32 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
33 if (labs(tst.tv_sec - now.tv_sec) > 5) in main()
34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec); in main()
54 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
55 if (labs(tst.tv_sec - now.tv_sec) > 5) in main()
57 now.tv_sec, tst.tv_sec); in main()
74 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
75 if (labs(tst.tv_sec - now.tv_sec - OFFSET) > 5) in main()
77 now.tv_sec + OFFSET, tst.tv_sec); in main()
A Dvfork_exec.c30 struct timespec *now = args->now, tst; in tcheck() local
34 _gettime(CLOCK_MONOTONIC, &tst, i); in tcheck()
35 if (labs(tst.tv_sec - now->tv_sec) > 5) { in tcheck()
37 args->tst_name, tst.tv_sec, now->tv_sec); in tcheck()
62 struct timespec tst; in check() local
66 _gettime(CLOCK_MONOTONIC, &tst, i); in check()
67 if (labs(tst.tv_sec - now->tv_sec) > 5) in check()
69 tst_name, tst.tv_sec, now->tv_sec); in check()
/tools/testing/selftests/net/tcp_ao/
A Dself-connect.c33 static void tcp_self_connect(const char *tst, unsigned int port, in tcp_self_connect() argument
77 test_fail("%s: tcp connection verify failed", tst); in tcp_self_connect()
94 tst, after_aogood, before_aogood); in tcp_self_connect()
99 if (test_assert_counters(tst, &before, &after, TEST_CNT_GOOD)) { in tcp_self_connect()
106 tst, before_aogood, after_aogood); in tcp_self_connect()
143 test_fail("%s: tcp connection verify failed", tst); in tcp_self_connect()
155 tst, after_aogood, before_aogood); in tcp_self_connect()
159 tst, before_aogood, after_aogood); in tcp_self_connect()
A Dsetsockopt-closed.c24 const char *tst) in test_vefify_ao_info() argument
54 test_ok("AO info get: %s", tst); in test_vefify_ao_info()
64 if (!tst) in __setsockopt_checked()
65 tst = ""; in __setsockopt_checked()
79 tst, tst2, get ? "g" : "s"); in __setsockopt_checked()
86 tst, tst2, get ? "g" : "s", err); in __setsockopt_checked()
96 tst, tst2); in __setsockopt_checked()
103 int err, const char *tst) in setsockopt_checked() argument
206 0, tst, ": extended size"); in test_extend()
598 "get keys: ", tst); in getsockopt_checked()
[all …]
A Dkey-management.c549 static void verify_current_rnext(const char *tst, int sk, in verify_current_rnext() argument
560 test_fail("%s: the socket doesn't have current key", tst); in verify_current_rnext()
563 tst, current_keyid, ao_info.current_key); in verify_current_rnext()
566 tst, ao_info.current_key); in verify_current_rnext()
570 test_fail("%s: the socket doesn't have rnext key", tst); in verify_current_rnext()
573 tst, rnext_keyid, ao_info.rnext); in verify_current_rnext()
575 test_ok("%s: rnext key %u as expected", tst, ao_info.rnext); in verify_current_rnext()
/tools/testing/selftests/arm64/fp/
A Dfpsimd-test.S249 tst x19, #(8 - 1)
A Dza-test.S265 tst x19, #(8 - 1)
A Dsve-test.S417 tst x19, #(8 - 1)

Completed in 19 milliseconds