Home
last modified time | relevance | path

Searched refs:fd_set (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/include/nolibc/
H A Dtypes.h123 } fd_set; typedef
126 fd_set *__set = (set); \
134 fd_set *__set = (set); \
142 fd_set *__set = (set); \
152 fd_set *__set = (set); \
/linux/fs/
H A Dselect.c621 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select()
622 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select()
700 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select()
701 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select()
722 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5()
723 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5()
728 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect()
729 fd_set __user *exp, void __user *tsp, in do_pselect()
793 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6()
794 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6()
[all …]
/linux/include/linux/
H A Dpoll.h111 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
112 fd_set __user *exp, struct timespec64 *end_time);
H A Dsyscalls.h494 asmlinkage long sys_pselect6(int, fd_set __user *, fd_set __user *,
495 fd_set __user *, struct __kernel_timespec __user *,
497 asmlinkage long sys_pselect6_time32(int, fd_set __user *, fd_set __user *,
498 fd_set __user *, struct old_timespec32 __user *,
1086 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
1087 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c172 fd_set rfds;
173 fd_set wfds;
174 fd_set efds;
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst24 .. 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 Dv4l2grab.c.rst60 fd_set fds;
H A Dcapture.c.rst184 fd_set fds;
/linux/tools/lib/subcmd/
H A Dpager.c39 fd_set in; in pager_preexec()
40 fd_set exception; in pager_preexec()
/linux/tools/testing/selftests/rtc/
H A Drtctest.c196 fd_set readfds; in TEST_F()
221 fd_set readfds; in TEST_F()
289 fd_set readfds; in TEST_F()
351 fd_set readfds;
419 fd_set readfds;
/linux/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c115 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 Dsocket_helpers.h256 fd_set wfds; in poll_connect()
282 fd_set rfds; in poll_read()
H A Dlwt_helpers.h103 fd_set fds; in wait_for_packet()
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c198 fd_set left; in test_wait_fds()
214 fd_set fds, efds; in test_wait_fds()
/linux/tools/perf/ui/tui/
H A Dsetup.c60 fd_set read_set; in ui__getch()
/linux/arch/alpha/kernel/
H A Dosf_sys.c1034 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5()
1035 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c233 fd_set rfds; in main()
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c245 fd_set rfds; in main()
/linux/samples/mei/
H A Dmei-amt-version.c158 fd_set set; in mei_recv_msg()
/linux/tools/testing/selftests/net/
H A Dtimestamping.c505 fd_set readfs, errorfs; in main()
H A Dnettest.c1253 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 Dsock.c41 fd_set fds, efds; in test_wait_fd()
/linux/Documentation/usb/
H A Dgadget_hid.rst377 fd_set rfds;
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c686 fd_set w; in msg_loop()
983 fd_set w; in forever_ping_pong()
H A Dnetwork_helpers.c894 fd_set fds; in traffic_monitor_thread()

12