Searched defs:nfds (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/thermal/lib/
H A Dmainloop.c24 int i, nfds; local
/linux-master/include/linux/
H A Drestart_block.h51 int nfds; member in struct:restart_block::__anon604::__anon608
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c171 int nfds; variable
/linux-master/tools/perf/bench/
H A Depoll-ctl.c60 static unsigned int nfds = 64; variable
[all...]
H A Depoll-wait.c111 static unsigned int nfds = 64; variable
[all...]
/linux-master/tools/testing/vsock/
H A Dutil.c66 int epollfd, nfds; local
/linux-master/tools/lib/perf/
H A Devlist.c329 int nfds = 0; local
/linux-master/fs/
H A Dselect.c974 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, argument
1051 int nfds = restart_block->poll.nfds; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1254 int nfds; local
/linux-master/tools/include/nolibc/
H A Dsys.h843 int sys_poll(struct pollfd *fds, int nfds, int timeout) argument
861 int poll(struct pollfd *fds, int nfds, int timeout) argument
962 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) argument
989 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) argument
[all...]

Completed in 333 milliseconds