Searched defs:pollfdnum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c645 nfds_t pollfdnum; local
675 pollfdnum = uiosize / size;
678 * We want to make sure that pollfdnum isn't large enough to DoS us,
681 * pollfdnum is larger than the known-to-be-sane value of UINT8_MAX.
683 if (pollfdnum > UINT8_MAX) {
685 if (pollfdnum >
701 limit = (uintptr_t)pollfdp + (pollfdnum * size);
766 pcache_create(pcp, pollfdnum);
807 pcache_insert_fd(pcp, pdp, pollfdnum);

Completed in 61 milliseconds