Searched refs:POLL_LIST_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_poll.c247 #define POLL_LIST_LEN 128 macro
253 static struct pollrec pr[POLL_LIST_LEN];
469 if (poll_handlers >= POLL_LIST_LEN) {

Completed in 85 milliseconds