| /tools/testing/selftests/futex/functional/ |
| A D | futex_wait_timeout.c | 144 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 D | futex_wait_private_mapped_file.c | 58 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait() 64 if (ret && errno == ETIMEDOUT) in thr_futex_wait()
|
| A D | futex_priv_hash.c | 127 if (ret != ETIMEDOUT) in futex_dummy_op()
|
| A D | futex_requeue_pi.c | 132 if (args->timeout && errno == ETIMEDOUT) in waiterfn()
|
| /tools/testing/selftests/drivers/ntsync/ |
| A D | ntsync.c | 189 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 D | res_spin_lock.c | 9 #define ETIMEDOUT 110 macro 135 ret = ret != -ETIMEDOUT ? 2 : 0; in res_spin_lock_test_held_lock_max()
|
| A D | bpf_arena_spin_lock.h | 17 #define ETIMEDOUT 110 macro 247 int ret = -ETIMEDOUT; in arena_spin_lock_slowpath()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno.h | 93 #define ETIMEDOUT 110 /* Connection timed out */ macro
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_user_timeout_user-timeout-probe.pkt | 33 +.100 write(4, ..., 24) = -1 ETIMEDOUT (Connection timed out)
|
| /tools/arch/mips/include/uapi/asm/ |
| A D | errno.h | 99 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 100 #define ETIMEDOUT 238 /* Connection timed out */ macro
|
| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 37 #define ETIMEDOUT 60 /* Connection timed out */ macro
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 34 #define ETIMEDOUT 60 /* Connection timed out */ macro
|
| /tools/testing/selftests/timens/ |
| A D | futex.c | 42 if (errno != ETIMEDOUT) { in run_test()
|
| /tools/testing/selftests/timers/ |
| A D | mqueue-lat.c | 85 if (ret < 0 && errno != ETIMEDOUT) { in mqueue_lat_test()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | sock.c | 56 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 D | ftrace.c | 300 while (tracer->expecting_more() && ret != ETIMEDOUT) in final_wait_for_events()
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | connect-deny.c | 56 if (err == -ETIMEDOUT) { in try_accept() 192 } else if (ret == -ETIMEDOUT && fault(TIMEOUT)) { in try_connect()
|
| A D | unsigned-md5.c | 74 if (err == -ETIMEDOUT) { in try_accept() 297 else if (ret == -ETIMEDOUT && fault(TIMEOUT)) in try_connect()
|
| A D | rst.c | 238 return -ETIMEDOUT; in test_wait_fds()
|
| /tools/lib/api/ |
| A D | io.h | 64 errno = ETIMEDOUT; in io__fill_buffer()
|
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gzip_vas.c | 189 return -ETIMEDOUT; in nx_wait_for_csb()
|
| /tools/power/acpi/os_specific/service_layers/ |
| A D | osunixxf.c | 808 if (errno != ETIMEDOUT) { in acpi_os_wait_semaphore()
|
| /tools/testing/selftests/net/ |
| A D | ip_defrag.c | 63 if (ret == -1 && (errno == ETIMEDOUT || errno == EAGAIN)) in recv_validate_udp()
|
| /tools/perf/util/ |
| A D | intel-tpebs.c | 299 ret = -ETIMEDOUT; in tpebs_send_record_cmd()
|