Searched refs:stackfds (Results 1 – 2 of 2) sorted by relevance
1679 struct pollfd stackfds[32]; in kern_poll() local1684 if (nfds > nitems(stackfds)) in kern_poll()1687 kfds = stackfds; in kern_poll()1702 if (nfds > nitems(stackfds)) in kern_poll()
2273 struct pollfd stackfds[32]; in linux_common_ppoll() local2290 if (nfds > nitems(stackfds)) in linux_common_ppoll()2293 kfds = stackfds; in linux_common_ppoll()2314 if (nfds > nitems(stackfds)) in linux_common_ppoll()