Home
last modified time | relevance | path

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

12

/tools/arch/alpha/include/uapi/asm/
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/
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/
Derrno-base.h15 #define EAGAIN 11 /* Try again */ macro
Derrno.h22 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/testing/selftests/pidfd/
Dpidfd_poll_test.c52 if (errno == EAGAIN) { in main()
/tools/arch/sparc/include/uapi/asm/
Derrno.h9 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/arch/parisc/include/uapi/asm/
Derrno.h110 #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */
/tools/arch/mips/include/uapi/asm/
Derrno.h103 #define EWOULDBLOCK EAGAIN /* Operation would block */
/tools/testing/selftests/net/
Dso_txtime.c108 if (ret == -1 && errno == EAGAIN) in do_recv_one()
136 if (ret != -1 || errno != EAGAIN) in do_recv_verify_empty()
166 if (ret == -1 && errno == EAGAIN) in do_recv_errqueue_timeout()
Dudpgso_bench_rx.c172 if (ret == -1 && errno == EAGAIN) in do_flush_tcp()
260 if (ret == -1 && errno == EAGAIN) in do_flush_udp()
Dmsg_zerocopy.c205 if (ret == -1 && errno == EAGAIN) in do_sendmsg()
408 if (ret == -1 && errno == EAGAIN) in do_recv_completion()
610 if (ret == -1 && errno == EAGAIN) in do_flush_tcp()
629 if (ret == -1 && errno == EAGAIN) in do_flush_datagram()
Dip_defrag.c63 if (ret == -1 && (errno == ETIMEDOUT || errno == EAGAIN)) in recv_validate_udp()
Dtls.c599 err = (errno == EAGAIN || errno == EWOULDBLOCK); in TEST_F()
894 if (res == -1 && errno == EAGAIN) { in TEST_F()
918 if (res == -1 && errno == EAGAIN) { in TEST_F()
/tools/perf/util/
Drecord.c23 int err = -EAGAIN, fd; in perf_do_probe_api()
80 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
Dmmap.c455 return -EAGAIN; in __perf_mmap__read_init()
464 return -EAGAIN; in __perf_mmap__read_init()
500 return (rc == -EAGAIN) ? 1 : -1; in perf_mmap__push()
/tools/gpio/
Dgpio-event-mon.c83 if (errno == -EAGAIN) { in monitor_device()
/tools/perf/bench/
Depoll-wait.c217 } while (!done && (r < 0 && errno == EAGAIN)); in workerfn()
394 } while (!wdone && (sz < 0 && errno == EAGAIN)); in writerfn()
Dfutex-hash.c91 (!ret || errno != EAGAIN || errno != EWOULDBLOCK)) in workerfn()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c1006 err = -EAGAIN; in intel_pt_walk_insn()
1167 if (err == -EAGAIN || in intel_pt_walk_fup()
1174 return -EAGAIN; in intel_pt_walk_fup()
1364 return -EAGAIN; in intel_pt_walk_tnt()
1710 err = -EAGAIN; in intel_pt_walk_psbend()
1904 if (err == -EAGAIN) in intel_pt_walk_trace()
1960 if (err != -EAGAIN) in intel_pt_walk_trace()
1980 if (err == -EAGAIN) in intel_pt_walk_trace()
2604 if (err == -EAGAIN) in intel_pt_decode()
2613 if (err == -EAGAIN) in intel_pt_decode()
[all …]
/tools/io_uring/
Dio_uring-cp.c189 if (cqe->res == -EAGAIN) { in copy_file()
/tools/iio/
Diio_event_monitor.c343 if (errno == EAGAIN) { in main()
Diio_generic_buffer.c678 if (errno == EAGAIN) { in main()
/tools/perf/Documentation/
Dperf-timechart.txt70 Don't draw EAGAIN IO events.
/tools/accounting/
Dgetdelays.c152 } else if (errno != EAGAIN) in send_cmd()
/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c293 if (err && errno != EAGAIN) { in update_thread()

12