Searched defs:nfds (Results 1 – 6 of 6) sorted by relevance
/tools/perf/lib/ |
D | evlist.c | 250 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 171 int nfds; variable
|
/tools/perf/bench/ |
D | epoll-ctl.c | 60 static unsigned int nfds = 64; variable
|
D | epoll-wait.c | 111 static unsigned int nfds = 64; variable
|
/tools/include/nolibc/ |
D | nolibc.h | 1636 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() 1660 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 2073 int poll(struct pollfd *fds, int nfds, int timeout) in poll() 2134 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/tools/testing/selftests/net/ |
D | nettest.c | 925 int nfds; in msg_loop() local
|