| /tools/arch/alpha/include/uapi/asm/ |
| A D | errno.h | 7 #undef EAGAIN /* 11 in errno-base.h */ 11 #define EAGAIN 35 /* Try again */ macro 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /tools/testing/selftests/kvm/lib/ |
| A D | io.c | 58 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_write() 135 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_read()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno-base.h | 15 #define EAGAIN 11 /* Try again */ macro
|
| A D | errno.h | 22 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /tools/testing/selftests/bpf/ |
| A D | io_helpers.c | 20 return -EAGAIN; in read_with_timeout()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_pids.c | 55 if (cg_run_nowait(cg_pids, run_success, NULL) != -1 || errno != EAGAIN) in test_pids_max() 105 if (cg_run_nowait(cg_child, run_success, NULL) != -1 || errno != EAGAIN) in test_pids_events()
|
| /tools/perf/util/ |
| A D | perf_api_probe.c | 19 int err = -EAGAIN, fd; in perf_do_probe_api() 77 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
|
| A D | bpf_counter.h | 70 return -EAGAIN; in bpf_counter__read()
|
| /tools/hv/ |
| A D | vmbus_bufring.c | 147 return -EAGAIN; in vmbus_txbr_write() 242 return -EAGAIN; in vmbus_rxbr_peek() 261 return -EAGAIN; in vmbus_rxbr_read()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_poll_test.c | 52 if (errno == EAGAIN) { in main()
|
| /tools/testing/selftests/net/ |
| A D | so_txtime.c | 121 if (ret == -1 && errno == EAGAIN) in do_recv_one() 122 error(1, EAGAIN, "recv: timeout"); in do_recv_one() 150 if (ret != -1 || errno != EAGAIN) in do_recv_verify_empty() 180 if (ret == -1 && errno == EAGAIN) in do_recv_errqueue_timeout()
|
| A D | udpgso_bench_rx.c | 172 if (ret == -1 && errno == EAGAIN) in do_flush_tcp() 260 if (ret == -1 && errno == EAGAIN) in do_flush_udp()
|
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gzip_vas.c | 173 return -EAGAIN; in nx_wait_for_csb() 217 } else if (ret == -EAGAIN) { in nxu_run_job()
|
| /tools/arch/mips/include/uapi/asm/ |
| A D | errno.h | 103 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /tools/arch/parisc/include/uapi/asm/ |
| A D | errno.h | 108 #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */
|
| /tools/arch/sparc/include/uapi/asm/ |
| A D | errno.h | 9 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /tools/lib/bpf/ |
| A D | str_error.c | 51 case -EAGAIN: return "-EAGAIN"; in libbpf_errstr()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | lwt_helpers.h | 88 else if (errno == EAGAIN || ret == 0) in wait_for_packet()
|
| A D | bpf_iter_setsockopt_unix.c | 92 errno == EAGAIN) in test_bpf_iter_setsockopt_unix()
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_closed.pkt | 20 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
|
| /tools/testing/selftests/ptrace/ |
| A D | vmaccess.c | 60 ASSERT_EQ(errno, EAGAIN); in TEST()
|
| /tools/testing/selftests/openat2/ |
| A D | rename_attack_test.c | 118 if (fd == -EAGAIN) in test_rename_attack()
|
| /tools/perf/bench/ |
| A D | futex-requeue.c | 102 if (ret && errno != EAGAIN) { in workerfn() 116 if (ret && errno != EAGAIN) { in workerfn()
|
| /tools/testing/selftests/filesystems/eventfd/ |
| A D | eventfd_test.c | 270 EXPECT_EQ(errno, EAGAIN); in TEST() 306 EXPECT_EQ(errno, EAGAIN); in TEST()
|
| /tools/testing/selftests/mm/page_frag/ |
| A D | page_frag_test.c | 186 return -EAGAIN; in page_frag_test_init()
|