Searched refs:stackfds (Results 1 – 2 of 2) sorted by relevance
1656 struct pollfd stackfds[32]; in kern_poll() local1661 if (nfds > nitems(stackfds)) in kern_poll()1664 kfds = stackfds; in kern_poll()1679 if (nfds > nitems(stackfds)) in kern_poll()
2251 struct pollfd stackfds[32]; in linux_common_ppoll() 2268 if (nfds > nitems(stackfds)) in linux_common_ppoll() 2271 kfds = stackfds; in linux_common_ppoll() 2292 if (nfds > nitems(stackfds)) in linux_ppoll_time64() 2236 struct pollfd stackfds[32]; linux_common_ppoll() local