Home
last modified time | relevance | path

Searched refs:EINTR (Results 1 – 25 of 33) sorted by relevance

12

/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/testing/vsock/
Dcontrol.c124 } while (ret < 0 && errno == EINTR); in control_writeln()
134 } while (ret < 0 && errno == EINTR); in control_writeln()
177 } while (ret < 0 && errno == EINTR); in control_readln()
Dvsock_diag_test.c206 if (errno == EINTR) in send_req()
236 } while (ret < 0 && errno == EINTR); in recv_resp()
412 } while (ret < 0 && errno == EINTR); in test_connect_client()
473 } while (client_fd < 0 && errno == EINTR); in test_connect_server()
/tools/include/uapi/asm-generic/
Derrno-base.h8 #define EINTR 4 /* Interrupted system call */ macro
/tools/testing/selftests/uevent/
Duevent_filtering.c37 if (ret < 0 && errno == EINTR) in read_nointr()
49 if (ret < 0 && errno == EINTR) in write_nointr()
62 if (errno == EINTR) in wait_for_pid()
323 if (errno == EINTR) in do_test()
/tools/testing/selftests/pidfd/
Dpidfd.h64 if (errno == EINTR) in wait_for_pid()
/tools/perf/lib/
Dlib.c20 if (ret < 0 && errno == EINTR) in ion()
/tools/testing/selftests/ir/
Dir_loopback.c161 if (errno == EINTR) in main()
175 if (errno == EINTR) in main()
/tools/cgroup/
Dcgroup_event_listener.c64 if (errno == EINTR) in main()
/tools/testing/selftests/powerpc/
Dharness.c55 if (errno != EINTR) { in run_test()
/tools/laptop/freefall/
Dfreefall.c152 if ((ret == -1) && (errno == EINTR)) { in main()
/tools/perf/ui/tui/
Dsetup.c78 if (errno == EINTR) in ui__getch()
/tools/testing/selftests/bpf/
Dtest_tcpnotify_user.c50 if (err < 0 && err != -EINTR) { in tcp_notifier_poller()
/tools/perf/util/
Dcopyfile.c59 if (ret < 0 && errno == EINTR) in copyfile_offset()
/tools/perf/bench/
Dfutex-wake.c72 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
Dfutex-wake-parallel.c133 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn()
/tools/testing/selftests/net/
Dtcp_inq.c78 } while (r < 0 && errno == EINTR); in start_server()
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c747 while (((ret_val = sem_wait(sem)) == -1) && (errno == EINTR)) { in acpi_os_wait_semaphore()
802 && (errno == EINTR)) { in acpi_os_wait_semaphore()
/tools/lib/subcmd/
Drun-command.c175 if (errno == EINTR) in wait_or_whine()
/tools/testing/selftests/filesystems/
Ddevpts_pts.c69 if (errno == EINTR) in wait_for_pid()
/tools/testing/selftests/timers/
Dset-timer-lat.c244 } while (err == -1 && errno == EINTR); in do_timer_oneshot()
/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c25 if (ret < 0 && errno == EINTR) in write_nointr()
/tools/bpf/bpftool/
Dmap_perf_ring.c218 if (err < 0 && err != -EINTR) { in do_event_pipe()
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c287 if (errno == EINTR) in main()
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c310 if (errno == EINTR) in main()

12