Home
last modified time | relevance | path

Searched refs:stackfds (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsys_generic.c1594 struct pollfd stackfds[32]; in kern_poll() local
1599 if (nfds > nitems(stackfds)) in kern_poll()
1602 kfds = stackfds; in kern_poll()
1617 if (nfds > nitems(stackfds)) in kern_poll()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2231 struct pollfd stackfds[32]; in linux_common_ppoll() local
2248 if (nfds > nitems(stackfds)) in linux_common_ppoll()
2251 kfds = stackfds; in linux_common_ppoll()
2272 if (nfds > nitems(stackfds)) in linux_common_ppoll()