| /f-stack/lib/ |
| H A D | ff_epoll.c | 148 ff_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in ff_epoll_wait() argument 151 if (!events || maxevents < 1) { in ff_epoll_wait() 156 return ff_kevent_do_each(epfd, NULL, 0, events, maxevents, NULL, ff_event_to_epoll); in ff_epoll_wait()
|
| H A D | ff_epoll.h | 12 int ff_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout);
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_eal_interrupts.h | 115 int maxevents, int timeout); 137 int maxevents, int timeout);
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_interrupts.c | 681 int maxevents, int timeout) in rte_epoll_wait() argument 685 RTE_SET_USED(maxevents); in rte_epoll_wait() 693 int maxevents, int timeout) in rte_epoll_wait_interruptible() argument 697 RTE_SET_USED(maxevents); in rte_epoll_wait_interruptible()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_interrupts.c | 1284 int maxevents, int timeout, bool interruptible) in eal_epoll_wait() argument 1286 struct epoll_event evs[maxevents]; in eal_epoll_wait() 1299 rc = epoll_wait(epfd, evs, maxevents, timeout); in eal_epoll_wait() 1327 int maxevents, int timeout) in rte_epoll_wait() argument 1329 return eal_epoll_wait(epfd, events, maxevents, timeout, false); in rte_epoll_wait() 1334 int maxevents, int timeout) in rte_epoll_wait_interruptible() argument 1336 return eal_epoll_wait(epfd, events, maxevents, timeout, true); in rte_epoll_wait_interruptible()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_event.c | 114 static int kqueue_scan(struct kqueue *kq, int maxevents, 1789 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops, in kqueue_scan() argument 1798 count = maxevents; in kqueue_scan() 1803 if (maxevents == 0) in kqueue_scan() 1879 if (count == maxevents) in kqueue_scan() 1984 td->td_retval[0] = maxevents - count; in kqueue_scan()
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 1541 iarg[2] = p->maxevents; /* l_int */ in systrace_args() 2279 iarg[2] = p->maxevents; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 686 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member 1110 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 1758 iarg[2] = p->maxevents; /* l_int */ in systrace_args() 2145 iarg[2] = p->maxevents; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 815 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member 1044 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 1774 iarg[2] = p->maxevents; /* l_int */ in systrace_args() 2269 iarg[2] = p->maxevents; /* l_int */ in systrace_args()
|
| H A D | linux32_proto.h | 830 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member 1117 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 1819 iarg[2] = p->maxevents; /* l_int */ in systrace_args() 2310 iarg[2] = p->maxevents; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 829 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member 1112 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 172 iarg[2] = p->maxevents; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 127 char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)]; member
|