Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 6 of 6) sorted by relevance

/tools/perf/lib/
Devlist.c250 int nfds = 0; in perf_evlist__alloc_pollfd() local
/tools/testing/selftests/x86/
Dtest_syscall_vdso.c171 int nfds; variable
/tools/perf/bench/
Depoll-ctl.c60 static unsigned int nfds = 64; variable
Depoll-wait.c111 static unsigned int nfds = 64; variable
/tools/include/nolibc/
Dnolibc.h1636 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/
Dnettest.c925 int nfds; in msg_loop() local