/tools/testing/selftests/kvm/lib/ |
D | io.c | 58 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_write() 135 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_read()
|
/tools/testing/vsock/ |
D | control.c | 124 } 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()
|
D | util.c | 110 } while (ret < 0 && errno == EINTR); in vsock_connect() 176 } while (client_fd < 0 && errno == EINTR); in vsock_accept() 230 } while (nwritten < 0 && errno == EINTR); in send_byte() 279 } while (nread < 0 && errno == EINTR); in recv_byte()
|
D | vsock_test.c | 45 } while (ret < 0 && errno == EINTR); in test_stream_connection_reset() 84 } while (ret < 0 && errno == EINTR); in test_stream_bind_only_client()
|
D | vsock_diag_test.c | 196 if (errno == EINTR) in send_req() 226 } while (ret < 0 && errno == EINTR); in recv_resp()
|
/tools/include/uapi/asm-generic/ |
D | errno-base.h | 8 #define EINTR 4 /* Interrupted system call */ macro
|
/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 36 if (ret < 0 && errno == EINTR) in read_nointr() 48 if (ret < 0 && errno == EINTR) in write_nointr() 61 if (errno == EINTR) in wait_for_pid() 322 if (errno == EINTR) in do_test()
|
/tools/lib/perf/ |
D | lib.c | 20 if (ret < 0 && errno == EINTR) in ion()
|
/tools/testing/selftests/ir/ |
D | ir_loopback.c | 161 if (errno == EINTR) in main() 175 if (errno == EINTR) in main()
|
/tools/cgroup/ |
D | cgroup_event_listener.c | 64 if (errno == EINTR) in main()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_tcp_ca.c | 43 if (errno == EINTR) in server() 57 if (nr_sent == -1 && errno == EINTR) in server() 150 if (nr_recv == -1 && errno == EINTR) in do_test()
|
/tools/testing/selftests/pidfd/ |
D | pidfd.h | 78 if (errno == EINTR) in wait_for_pid()
|
/tools/testing/selftests/powerpc/ |
D | harness.c | 55 if (errno != EINTR) { in run_test()
|
/tools/testing/selftests/clone3/ |
D | clone3_clear_sighand.c | 34 if (errno == EINTR) in wait_for_pid()
|
/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 54 } while (ret < 0 && errno == EINTR); in write_nointr() 290 if (errno == EINTR) in wait_for_pid()
|
/tools/laptop/freefall/ |
D | freefall.c | 152 if ((ret == -1) && (errno == EINTR)) { in main()
|
/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 210 while (ret == -1 && errno == EINTR); in sem_wait_until() 260 TEST_ASSERT(ret == 0 || (ret == -1 && err == EINTR), in default_after_vcpu_run() 381 (ret == -1 && err == EINTR)) { in dirty_ring_after_vcpu_run() 543 if (ret == -1 && errno == EINTR) { in vcpu_worker()
|
/tools/perf/ui/tui/ |
D | setup.c | 78 if (errno == EINTR) in ui__getch()
|
/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 193 if (errno == EINTR) in wait_for_pid() 228 if (ret < 0 && errno == EINTR) in read_nointr() 239 if (ret < 0 && errno == EINTR) in write_nointr()
|
/tools/testing/selftests/bpf/ |
D | test_tcpnotify_user.c | 50 if (err < 0 && err != -EINTR) { in tcp_notifier_poller()
|
/tools/perf/util/ |
D | copyfile.c | 59 if (ret < 0 && errno == EINTR) in copyfile_offset()
|
/tools/testing/selftests/net/ |
D | tcp_inq.c | 78 } while (r < 0 && errno == EINTR); in start_server()
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 747 while (((ret_val = sem_wait(sem)) == -1) && (errno == EINTR)) { in acpi_os_wait_semaphore() 802 && (errno == EINTR)) { in acpi_os_wait_semaphore()
|
/tools/perf/bench/ |
D | futex-wake.c | 76 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn()
|
/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 379 if (errno == EINTR) in clone_reap() 616 if (errno == EINTR) in cg_wait_for()
|