Searched refs:wfds (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/tools/power/acpi/tools/acpidbg/ |
| D | acpidbg.c | 271 fd_set wfds; in acpi_aml_loop() local 289 FD_ZERO(&wfds); in acpi_aml_loop() 301 maxfd = acpi_aml_set_fd(fd, maxfd, &wfds); in acpi_aml_loop() 307 maxfd = acpi_aml_set_fd(STDOUT_FILENO, maxfd, &wfds); in acpi_aml_loop() 309 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop() 317 if (FD_ISSET(fd, &wfds)) { in acpi_aml_loop() 329 if (FD_ISSET(STDOUT_FILENO, &wfds)) { in acpi_aml_loop()
|
| /Linux-v4.19/tools/testing/selftests/x86/ |
| D | test_syscall_vdso.c | 181 fd_set wfds; variable 194 FD_ZERO(&wfds); in prep_args() 197 FD_SET(1, &wfds); in prep_args()
|