Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 100) sorted by relevance

1234

/tools/arch/alpha/include/uapi/asm/
A Derrno.h7 #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 Dio.c58 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 Derrno-base.h15 #define EAGAIN 11 /* Try again */ macro
A Derrno.h22 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/testing/selftests/bpf/
A Dio_helpers.c20 return -EAGAIN; in read_with_timeout()
/tools/testing/selftests/cgroup/
A Dtest_pids.c55 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 Dperf_api_probe.c19 int err = -EAGAIN, fd; in perf_do_probe_api()
77 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
A Dbpf_counter.h70 return -EAGAIN; in bpf_counter__read()
/tools/hv/
A Dvmbus_bufring.c147 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 Dpidfd_poll_test.c52 if (errno == EAGAIN) { in main()
/tools/testing/selftests/net/
A Dso_txtime.c121 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 Dudpgso_bench_rx.c172 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 Dgzip_vas.c173 return -EAGAIN; in nx_wait_for_csb()
217 } else if (ret == -EAGAIN) { in nxu_run_job()
/tools/arch/mips/include/uapi/asm/
A Derrno.h103 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/arch/parisc/include/uapi/asm/
A Derrno.h108 #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */
/tools/arch/sparc/include/uapi/asm/
A Derrno.h9 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/lib/bpf/
A Dstr_error.c51 case -EAGAIN: return "-EAGAIN"; in libbpf_errstr()
/tools/testing/selftests/bpf/prog_tests/
A Dlwt_helpers.h88 else if (errno == EAGAIN || ret == 0) in wait_for_packet()
A Dbpf_iter_setsockopt_unix.c92 errno == EAGAIN) in test_bpf_iter_setsockopt_unix()
/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_closed.pkt20 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
/tools/testing/selftests/ptrace/
A Dvmaccess.c60 ASSERT_EQ(errno, EAGAIN); in TEST()
/tools/testing/selftests/openat2/
A Drename_attack_test.c118 if (fd == -EAGAIN) in test_rename_attack()
/tools/perf/bench/
A Dfutex-requeue.c102 if (ret && errno != EAGAIN) { in workerfn()
116 if (ret && errno != EAGAIN) { in workerfn()
/tools/testing/selftests/filesystems/eventfd/
A Deventfd_test.c270 EXPECT_EQ(errno, EAGAIN); in TEST()
306 EXPECT_EQ(errno, EAGAIN); in TEST()
/tools/testing/selftests/mm/page_frag/
A Dpage_frag_test.c186 return -EAGAIN; in page_frag_test_init()

Completed in 29 milliseconds

1234