Searched refs:FD_ZERO (Results 1 - 22 of 22) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dpager.c42 FD_ZERO(&in);
43 FD_ZERO(&exception);
/linux-master/tools/perf/ui/tui/
H A Dsetup.c65 FD_ZERO(&read_set);
88 FD_ZERO(&read_set);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h105 FD_ZERO(&fds);
H A Dsockmap_helpers.h189 FD_ZERO(&wfds);
214 FD_ZERO(&rfds);
H A Dtc_redirect.c1108 FD_ZERO(&rfds);
1109 FD_ZERO(&wfds);
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c185 FD_ZERO(&rfds);
186 FD_ZERO(&wfds);
187 FD_ZERO(&efds);
/linux-master/tools/testing/selftests/rtc/
H A Drtctest.c174 FD_ZERO(&readfds);
228 FD_ZERO(&readfds);
286 FD_ZERO(&readfds);
338 FD_ZERO(&readfds);
396 FD_ZERO(&readfds);
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c202 FD_ZERO(&left);
217 FD_ZERO(&fds);
218 FD_ZERO(&efds);
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c285 FD_ZERO(&rfds);
286 FD_ZERO(&wfds);
345 FD_ZERO(&rfds);
/linux-master/tools/include/nolibc/
H A Dtypes.h151 #define FD_ZERO(set) do { \ macro
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c298 FD_ZERO(&rfds);
/linux-master/tools/testing/selftests/net/
H A Dtimestamping.c515 FD_ZERO(&readfs);
516 FD_ZERO(&errorfs);
H A Dnettest.c1277 FD_ZERO(&rfds);
1619 FD_ZERO(&rfds);
1675 FD_ZERO(&wfd);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c45 FD_ZERO(&fds);
47 FD_ZERO(&efds);
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c303 FD_ZERO(&rfds);
/linux-master/samples/mei/
H A Dmei-amt-version.c166 FD_ZERO(&set);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c636 FD_ZERO(&w);
653 FD_ZERO(&w);
890 FD_ZERO(&w);
H A Dtest_sock_addr.c1121 FD_ZERO(&rfds);
H A Dtest_maps.c979 FD_ZERO(&w);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c963 CASE_TEST(select_stdout); EXPECT_SYSNE(1, ({ fd_set fds; FD_ZERO(&fds); FD_SET(1, &fds); select(2, NULL, &fds, NULL, NULL); }), -1); break;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c122 FD_ZERO(&rfds);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4856 FD_ZERO(&readfds);

Completed in 1680 milliseconds