Searched refs:stackfds (Results 1 – 2 of 2) sorted by relevance
1617 struct pollfd stackfds[32]; in kern_poll() local1622 if (nfds > nitems(stackfds)) in kern_poll()1625 kfds = stackfds; in kern_poll()1640 if (nfds > nitems(stackfds)) in kern_poll()
2231 struct pollfd stackfds[32]; in linux_common_ppoll() local2248 if (nfds > nitems(stackfds)) in linux_common_ppoll()2251 kfds = stackfds; in linux_common_ppoll()2272 if (nfds > nitems(stackfds)) in linux_common_ppoll()