/linux/tools/include/nolibc/ |
H A D | types.h | 123 } fd_set; typedef 126 fd_set *__set = (set); \ 134 fd_set *__set = (set); \ 142 fd_set *__set = (set); \ 152 fd_set *__set = (set); \
|
H A D | sys.h | 963 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 968 fd_set *r, *w, *e; in sys_select() 990 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/linux/fs/ |
H A D | select.c | 622 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select() 623 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 701 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select() 723 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 729 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() 730 fd_set __user *exp, void __user *tsp, in do_pselect() 794 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() 795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() 808 SYSCALL_DEFINE6(pselect6_time32, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() 809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() [all …]
|
/linux/include/linux/ |
H A D | poll.h | 113 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, 114 fd_set __user *exp, struct timespec64 *end_time);
|
H A D | types.h | 20 typedef __kernel_fd_set fd_set; typedef
|
H A D | syscalls.h | 481 asmlinkage long sys_pselect6(int, fd_set __user *, fd_set __user *, 482 fd_set __user *, struct __kernel_timespec __user *, 484 asmlinkage long sys_pselect6_time32(int, fd_set __user *, fd_set __user *, 485 fd_set __user *, struct old_timespec32 __user *, 1073 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, 1074 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
|
/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 172 fd_set rfds; 173 fd_set wfds; 174 fd_set efds;
|
/linux/tools/lib/subcmd/ |
H A D | pager.c | 39 fd_set in; in pager_preexec() 40 fd_set exception; in pager_preexec()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-select.rst | 24 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct … 57 ``fd_set``. When the function timed out it returns
|
H A D | v4l2grab.c.rst | 60 fd_set fds;
|
H A D | capture.c.rst | 184 fd_set fds;
|
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 172 fd_set readfds; in TEST_F() 197 fd_set readfds; in TEST_F() 255 fd_set readfds; in TEST_F() 307 fd_set readfds; 365 fd_set readfds;
|
/linux/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 115 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) in acpi_aml_set_fd() 267 fd_set rfds; in acpi_aml_loop() 268 fd_set wfds; in acpi_aml_loop() 338 fd_set rfds; in acpi_aml_readable()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 103 fd_set fds; in wait_for_packet()
|
H A D | sockmap_helpers.h | 207 fd_set wfds; in poll_connect() 233 fd_set rfds; in poll_read()
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | rst.c | 198 fd_set left; in test_wait_fds() 214 fd_set fds, efds; in test_wait_fds()
|
/linux/tools/perf/ui/tui/ |
H A D | setup.c | 60 fd_set read_set; in ui__getch()
|
/linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 233 fd_set rfds; in main()
|
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1035 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 1036 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
|
/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 245 fd_set rfds; in main()
|
/linux/samples/mei/ |
H A D | mei-amt-version.c | 158 fd_set set; in mei_recv_msg()
|
/linux/tools/testing/selftests/net/ |
H A D | timestamping.c | 505 fd_set readfs, errorfs; in main()
|
H A D | nettest.c | 1253 fd_set rfds; in msg_loop() 1570 fd_set rfds; in do_server() 1671 fd_set wfd; in wait_for_connect()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | sock.c | 41 fd_set fds, efds; in test_wait_fd()
|
/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 377 fd_set rfds;
|