Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_generic.c1596 struct pollfd stackfds[32]; in kern_poll() local
1601 if (nfds > nitems(stackfds)) in kern_poll()
1604 kfds = stackfds; in kern_poll()
1619 if (nfds > nitems(stackfds)) in kern_poll()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c2205 struct pollfd stackfds[32]; in linux_common_ppoll() local
2222 if (nfds > nitems(stackfds)) in linux_common_ppoll()
2225 kfds = stackfds; in linux_common_ppoll()
2246 if (nfds > nitems(stackfds)) in linux_common_ppoll()