Searched defs:nfds (Results 1 – 10 of 10) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | poll.h | 24 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() 50 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
|
H A D | sys.h | 754 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 789 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/linux/tools/thermal/lib/ |
H A D | mainloop.c | 24 int i, nfds; in mainloop() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_struct_ops_module.c | 255 int fd, epollfd = -1, nfds; in test_detach_link() local
|
/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 171 int nfds; variable
|
/linux/tools/perf/bench/ |
H A D | epoll-ctl.c | 60 static unsigned int nfds = 64; variable
|
/linux/tools/testing/vsock/ |
H A D | util.c | 66 int epollfd, nfds; vsock_wait_remote_close() local
|
/linux/tools/lib/perf/ |
H A D | evlist.c | 343 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 917 int fd = ctx->pcap_fd, nfds, r; traffic_monitor_thread() local
|
/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 1254 int nfds; in msg_loop() local
|