readfds          3027 tools/power/x86/turbostat/turbostat.c 	fd_set readfds;
readfds          3030 tools/power/x86/turbostat/turbostat.c 	FD_ZERO(&readfds);
readfds          3031 tools/power/x86/turbostat/turbostat.c 	FD_SET(0, &readfds);
readfds          3039 tools/power/x86/turbostat/turbostat.c 	retval = select(1, &readfds, NULL, NULL, &tout);
readfds            91 tools/testing/selftests/rtc/rtctest.c 		fd_set readfds;
readfds            93 tools/testing/selftests/rtc/rtctest.c 		FD_ZERO(&readfds);
readfds            94 tools/testing/selftests/rtc/rtctest.c 		FD_SET(self->fd, &readfds);
readfds            96 tools/testing/selftests/rtc/rtctest.c 		rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
readfds           116 tools/testing/selftests/rtc/rtctest.c 	fd_set readfds;
readfds           143 tools/testing/selftests/rtc/rtctest.c 	FD_ZERO(&readfds);
readfds           144 tools/testing/selftests/rtc/rtctest.c 	FD_SET(self->fd, &readfds);
readfds           146 tools/testing/selftests/rtc/rtctest.c 	rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
readfds           170 tools/testing/selftests/rtc/rtctest.c 	fd_set readfds;
readfds           197 tools/testing/selftests/rtc/rtctest.c 	FD_ZERO(&readfds);
readfds           198 tools/testing/selftests/rtc/rtctest.c 	FD_SET(self->fd, &readfds);
readfds           200 tools/testing/selftests/rtc/rtctest.c 	rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
readfds           218 tools/testing/selftests/rtc/rtctest.c 	fd_set readfds;
readfds           245 tools/testing/selftests/rtc/rtctest.c 	FD_ZERO(&readfds);
readfds           246 tools/testing/selftests/rtc/rtctest.c 	FD_SET(self->fd, &readfds);
readfds           248 tools/testing/selftests/rtc/rtctest.c 	rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
readfds           272 tools/testing/selftests/rtc/rtctest.c 	fd_set readfds;
readfds           299 tools/testing/selftests/rtc/rtctest.c 	FD_ZERO(&readfds);
readfds           300 tools/testing/selftests/rtc/rtctest.c 	FD_SET(self->fd, &readfds);
readfds           302 tools/testing/selftests/rtc/rtctest.c 	rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);