Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/futex/functional/
A Dfutex_wait_timeout.c144 test_timeout(res, &ret, "futex_wait relative", ETIMEDOUT); in main()
150 test_timeout(res, &ret, "futex_wait_bitset realtime", ETIMEDOUT); in main()
156 test_timeout(res, &ret, "futex_wait_bitset monotonic", ETIMEDOUT); in main()
162 test_timeout(res, &ret, "futex_wait_requeue_pi realtime", ETIMEDOUT); in main()
168 test_timeout(res, &ret, "futex_wait_requeue_pi monotonic", ETIMEDOUT); in main()
186 test_timeout(res, &ret, "futex_lock_pi realtime", ETIMEDOUT); in main()
196 test_timeout(res, &ret, "futex_waitv monotonic", ETIMEDOUT); in main()
202 test_timeout(res, &ret, "futex_waitv realtime", ETIMEDOUT); in main()
A Dfutex_wait_private_mapped_file.c58 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait()
64 if (ret && errno == ETIMEDOUT) in thr_futex_wait()
A Dfutex_priv_hash.c127 if (ret != ETIMEDOUT) in futex_dummy_op()
A Dfutex_requeue_pi.c132 if (args->timeout && errno == ETIMEDOUT) in waiterfn()
/tools/testing/selftests/drivers/ntsync/
A Dntsync.c189 EXPECT_EQ(ETIMEDOUT, errno); in TEST()
295 EXPECT_EQ(ETIMEDOUT, errno); in TEST()
784 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
810 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
843 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
860 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
884 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
905 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
925 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
984 EXPECT_EQ(ETIMEDOUT, ret); in TEST()
[all …]
/tools/testing/selftests/bpf/progs/
A Dres_spin_lock.c9 #define ETIMEDOUT 110 macro
135 ret = ret != -ETIMEDOUT ? 2 : 0; in res_spin_lock_test_held_lock_max()
A Dbpf_arena_spin_lock.h17 #define ETIMEDOUT 110 macro
247 int ret = -ETIMEDOUT; in arena_spin_lock_slowpath()
/tools/include/uapi/asm-generic/
A Derrno.h93 #define ETIMEDOUT 110 /* Connection timed out */ macro
/tools/testing/selftests/net/packetdrill/
A Dtcp_user_timeout_user-timeout-probe.pkt33 +.100 write(4, ..., 24) = -1 ETIMEDOUT (Connection timed out)
/tools/arch/mips/include/uapi/asm/
A Derrno.h99 #define ETIMEDOUT 145 /* Connection timed out */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h100 #define ETIMEDOUT 238 /* Connection timed out */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h37 #define ETIMEDOUT 60 /* Connection timed out */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h34 #define ETIMEDOUT 60 /* Connection timed out */ macro
/tools/testing/selftests/timens/
A Dfutex.c42 if (errno != ETIMEDOUT) { in run_test()
/tools/testing/selftests/timers/
A Dmqueue-lat.c85 if (ret < 0 && errno != ETIMEDOUT) { in mqueue_lat_test()
/tools/testing/selftests/net/tcp_ao/lib/
A Dsock.c56 errno = ETIMEDOUT; in __test_wait_fd()
57 return -ETIMEDOUT; in __test_wait_fd()
101 if (ret != -ETIMEDOUT) in __test_skpair_poll()
109 *err = -ETIMEDOUT; in __test_skpair_poll()
110 return -ETIMEDOUT; in __test_skpair_poll()
A Dftrace.c300 while (tracer->expecting_more() && ret != ETIMEDOUT) in final_wait_for_events()
/tools/testing/selftests/net/tcp_ao/
A Dconnect-deny.c56 if (err == -ETIMEDOUT) { in try_accept()
192 } else if (ret == -ETIMEDOUT && fault(TIMEOUT)) { in try_connect()
A Dunsigned-md5.c74 if (err == -ETIMEDOUT) { in try_accept()
297 else if (ret == -ETIMEDOUT && fault(TIMEOUT)) in try_connect()
A Drst.c238 return -ETIMEDOUT; in test_wait_fds()
/tools/lib/api/
A Dio.h64 errno = ETIMEDOUT; in io__fill_buffer()
/tools/testing/selftests/powerpc/nx-gzip/
A Dgzip_vas.c189 return -ETIMEDOUT; in nx_wait_for_csb()
/tools/power/acpi/os_specific/service_layers/
A Dosunixxf.c808 if (errno != ETIMEDOUT) { in acpi_os_wait_semaphore()
/tools/testing/selftests/net/
A Dip_defrag.c63 if (ret == -1 && (errno == ETIMEDOUT || errno == EAGAIN)) in recv_validate_udp()
/tools/perf/util/
A Dintel-tpebs.c299 ret = -ETIMEDOUT; in tpebs_send_record_cmd()

Completed in 40 milliseconds

12