Home
last modified time | relevance | path

Searched refs:nfds (Results 51 – 54 of 54) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c1254 int nfds; in msg_loop() local
1275 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop()
1282 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
/openbmc/qemu/linux-user/
H A Dsyscall.c670 safe_syscall5(int, ppoll, struct pollfd *, ufds, unsigned int, nfds, in safe_syscall3()
1491 unsigned int nfds = arg2; in do_ppoll() local
1498 if (nfds) { in do_ppoll()
1499 if (nfds > (INT_MAX / sizeof(struct target_pollfd))) { in do_ppoll()
1503 sizeof(struct target_pollfd) * nfds, 1); in do_ppoll()
1508 pfd = alloca(sizeof(struct pollfd) * nfds); in do_ppoll()
1509 for (i = 0; i < nfds; i++) { in do_ppoll()
1542 ret = get_errno(safe_ppoll(pfd, nfds, timeout_ts, in do_ppoll()
1571 ret = get_errno(safe_ppoll(pfd, nfds, pts, NULL, 0)); in do_ppoll()
1575 for (i = 0; i < nfds; i++) { in do_ppoll()
[all …]
/openbmc/qemu/migration/
H A Drdma.c2749 size_t nfds, in qio_channel_rdma_writev() argument
2837 size_t *nfds, in qio_channel_rdma_readv() argument
/openbmc/linux/include/linux/
H A Dsyscalls.h1043 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,

123