Home
last modified time | relevance | path

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

1234

/tools/perf/ui/tui/
A Dsetup.c79 if (errno == EINTR) in ui__getch()
131 while (tcgetattr(SLang_TT_Read_FD, &tty) == -1 && errno == EINTR) in ui__sigcont()
133 …e (write(SLang_TT_Read_FD, PERF_COLOR_RESET, sizeof(PERF_COLOR_RESET) - 1) == -1 && errno == EINTR) in ui__sigcont()
137 while (tcsetattr(SLang_TT_Read_FD, TCSADRAIN, &tty) == -1 && errno == EINTR) in ui__sigcont()
/tools/lib/perf/
A Dlib.c20 if (ret < 0 && errno == EINTR) in ion()
48 if (ret < 0 && errno == EINTR) in preadn()
/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/testing/vsock/
A Dcontrol.c121 } while (ret < 0 && errno == EINTR); in control_writeln()
131 } while (ret < 0 && errno == EINTR); in control_writeln()
202 } while (ret < 0 && errno == EINTR); in control_readln()
/tools/testing/selftests/pidfd/
A Dpidfd.h220 if (errno == EINTR) in wait_for_pid()
276 } while (ret < 0 && errno == EINTR); in read_nointr()
287 } while (ret < 0 && errno == EINTR); in write_nointr()
/tools/include/uapi/asm-generic/
A Derrno-base.h8 #define EINTR 4 /* Interrupted system call */ macro
/tools/testing/selftests/arm64/abi/
A Dtpidr2.c97 if (errno == EINTR) in write_fork_read()
188 if (errno == EINTR) in write_clone_read()
/tools/testing/selftests/uevent/
A Duevent_filtering.c36 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()
324 if (errno == EINTR) in do_test()
/tools/testing/selftests/net/netfilter/
A Daudit_logread.c37 } while (ret < 0 && errno == EINTR); in audit_recv()
72 } while (ret < 0 && errno == EINTR); in audit_send()
/tools/testing/selftests/ir/
A Dir_loopback.c170 if (errno == EINTR) in main()
184 if (errno == EINTR) in main()
/tools/testing/selftests/arm64/fp/
A Dza-fork.c53 if (errno == EINTR) in fork_test_c()
A Dfp-stress.c154 if (errno == EINTR) in child_output_read()
244 if (ret == -1 && errno == EINTR) in child_cleanup()
435 if (errno == EINTR) in drain_output()
593 if (errno == EINTR) in main()
/tools/testing/selftests/ftrace/
A Dpoll.c63 if (ret < 0 && errno != EINTR) { in main()
/tools/testing/selftests/arm64/gcs/
A Dgcs-stress.c158 if (errno == EINTR) in child_output_read()
248 if (ret == -1 && errno == EINTR) in child_cleanup()
336 if (errno == EINTR) in drain_output()
465 if (errno == EINTR) in main()
/tools/testing/selftests/cgroup/
A Dwait_inotify.c68 if (errno == EINTR) in main()
/tools/thermal/lib/
A Dmainloop.c39 if (errno == EINTR) in mainloop()
/tools/testing/selftests/bpf/prog_tests/
A Ddeny_namespace.c16 if (errno == EINTR) in wait_for_pid()
A Dlwt_helpers.h86 if (errno == EINTR) in wait_for_packet()
/tools/lib/bpf/
A Dstr_error.c65 case -EINTR: return "-EINTR"; in libbpf_errstr()
/tools/testing/selftests/powerpc/
A Dharness.c55 if (errno != EINTR) { in run_test()
/tools/testing/selftests/clone3/
A Dclone3_clear_sighand.c30 if (errno == EINTR) in wait_for_pid()
/tools/testing/selftests/move_mount_set_group/
A Dmove_mount_set_group_test.c54 } while (ret < 0 && errno == EINTR); in write_nointr()
290 if (errno == EINTR) in wait_for_pid()
/tools/laptop/freefall/
A Dfreefall.c152 if ((ret == -1) && (errno == EINTR)) { in main()
/tools/testing/selftests/perf_events/
A Dwatermark_signal.c122 if (waitpid(child, &child_status, WSTOPPED) != -1 || errno != EINTR) in TEST()
/tools/testing/selftests/filesystems/binderfs/
A Dbinderfs_test.c194 if (errno == EINTR) in wait_for_pid()
229 if (ret < 0 && errno == EINTR) in read_nointr()
240 if (ret < 0 && errno == EINTR) in write_nointr()

Completed in 32 milliseconds

1234