Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_eventfd.cpp45 struct pollfd nfds; in mpp_eventfd_read() local
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h32 #define xserver_poll(fds, nfds, timeout) poll(fds, nfds, timeout) argument
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c973 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
1049 int nfds = restart_block->poll.nfds; in do_restart_poll() local
1067 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
1100 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1126 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1399 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
1425 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Drestart_block.h50 int nfds; member
/OK3568_Linux_fs/u-boot/tools/
H A Dkwboot.c158 int rc, nfds; in kwboot_tty_recv() local
534 int nfds = 0; in kwboot_terminal() local
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dutil.c53 int epollfd, nfds; in vsock_wait_remote_close() local
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-ctl.c60 static unsigned int nfds = 64; variable
H A Depoll-wait.c111 static unsigned int nfds = 64; variable
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c171 int nfds; variable
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsock_server.c24 nfds_t nfds; member
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c989 int nfds; in start_transmit_wait() local
1128 int nfds; in h5_download_patch() local
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Devlist.c293 int nfds = 0; in perf_evlist__alloc_pollfd() local
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c945 int nfds; in msg_loop() local