Symbol: FD_ZERO
samples/mei/mei-amt-version.c
166
FD_ZERO(&set);
tools/accounting/delaytop.c
1005
FD_ZERO(&readfds);
tools/lib/subcmd/pager.c
42
FD_ZERO(&in);
tools/lib/subcmd/pager.c
43
FD_ZERO(&exception);
tools/perf/ui/tui/setup.c
65
FD_ZERO(&read_set);
tools/perf/ui/tui/setup.c
88
FD_ZERO(&read_set);
tools/power/acpi/tools/acpidbg/acpidbg.c
285
FD_ZERO(&rfds);
tools/power/acpi/tools/acpidbg/acpidbg.c
286
FD_ZERO(&wfds);
tools/power/acpi/tools/acpidbg/acpidbg.c
345
FD_ZERO(&rfds);
tools/power/x86/turbostat/turbostat.c
6681
FD_ZERO(&readfds);
tools/testing/selftests/bpf/io_helpers.c
13
FD_ZERO(&fds);
tools/testing/selftests/bpf/network_helpers.c
1016
FD_ZERO(&fds);
tools/testing/selftests/bpf/prog_tests/lwt_helpers.h
76
FD_ZERO(&fds);
tools/testing/selftests/bpf/prog_tests/socket_helpers.h
278
FD_ZERO(&wfds);
tools/testing/selftests/bpf/prog_tests/socket_helpers.h
303
FD_ZERO(&rfds);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1121
FD_ZERO(&rfds);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
1122
FD_ZERO(&wfds);
tools/testing/selftests/bpf/test_maps.c
985
FD_ZERO(&w);
tools/testing/selftests/bpf/test_sockmap.c
636
FD_ZERO(&w);
tools/testing/selftests/bpf/test_sockmap.c
653
FD_ZERO(&w);
tools/testing/selftests/bpf/test_sockmap.c
879
FD_ZERO(&w);
tools/testing/selftests/net/can/test_raw_filter.c
360
FD_ZERO(&rdfs);
tools/testing/selftests/net/mptcp/pm_nl_ctl.c
121
FD_ZERO(&rfds);
tools/testing/selftests/net/nettest.c
1277
FD_ZERO(&rfds);
tools/testing/selftests/net/nettest.c
1619
FD_ZERO(&rfds);
tools/testing/selftests/net/nettest.c
1675
FD_ZERO(&wfd);
tools/testing/selftests/net/tcp_ao/lib/sock.c
43
FD_ZERO(&fds);
tools/testing/selftests/net/tcp_ao/lib/sock.c
45
FD_ZERO(&efds);
tools/testing/selftests/net/tcp_ao/rst.c
202
FD_ZERO(&left);
tools/testing/selftests/net/tcp_ao/rst.c
217
FD_ZERO(&fds);
tools/testing/selftests/net/tcp_ao/rst.c
218
FD_ZERO(&efds);
tools/testing/selftests/net/timestamping.c
515
FD_ZERO(&readfs);
tools/testing/selftests/net/timestamping.c
516
FD_ZERO(&errorfs);
tools/testing/selftests/net/tun.c
903
FD_ZERO(&fdset);
tools/testing/selftests/nolibc/nolibc-test.c
1628
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;
tools/testing/selftests/rtc/rtctest.c
203
FD_ZERO(&readfds);
tools/testing/selftests/rtc/rtctest.c
269
FD_ZERO(&readfds);
tools/testing/selftests/rtc/rtctest.c
339
FD_ZERO(&readfds);
tools/testing/selftests/rtc/rtctest.c
401
FD_ZERO(&readfds);
tools/testing/selftests/rtc/rtctest.c
469
FD_ZERO(&readfds);
tools/testing/selftests/x86/test_syscall_vdso.c
185
FD_ZERO(&rfds);
tools/testing/selftests/x86/test_syscall_vdso.c
186
FD_ZERO(&wfds);
tools/testing/selftests/x86/test_syscall_vdso.c
187
FD_ZERO(&efds);
tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c
303
FD_ZERO(&rfds);
tools/usb/ffs-aio-example/simple/device_app/aio_simple.c
298
FD_ZERO(&rfds);