Home
last modified time | relevance | path

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

/linux-6.14.4/fs/
Dselect.c967 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
1044 int nfds = restart_block->poll.nfds; in do_restart_poll() local
1062 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
1095 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1121 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1394 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1420 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
/linux-6.14.4/tools/thermal/lib/
Dmainloop.c24 int i, nfds; in mainloop() local
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dtest_struct_ops_module.c255 int fd, epollfd = -1, nfds; in test_detach_link() local
/linux-6.14.4/include/linux/
Drestart_block.h51 int nfds; member
/linux-6.14.4/tools/include/nolibc/
Dsys.h845 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll()
863 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
964 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select()
991 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
/linux-6.14.4/tools/testing/selftests/net/
Dbusy_poller.c264 int i, epfd, nfds; in run_poller() local
Dnettest.c1254 int nfds; in msg_loop() local
/linux-6.14.4/tools/perf/bench/
Depoll-ctl.c60 static unsigned int nfds = 64; variable
Depoll-wait.c111 static unsigned int nfds = 64; variable
/linux-6.14.4/tools/testing/selftests/x86/
Dtest_syscall_vdso.c171 int nfds; variable
/linux-6.14.4/tools/testing/vsock/
Dutil.c66 int epollfd, nfds; in vsock_wait_remote_close() local
/linux-6.14.4/tools/lib/perf/
Devlist.c343 int nfds = 0; in perf_evlist__alloc_pollfd() local
/linux-6.14.4/tools/testing/selftests/bpf/
Dnetwork_helpers.c889 int fd = ctx->pcap_fd, nfds, r; in traffic_monitor_thread() local