Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dpoll_impl.h123 #define POLLMAXDEPTH 5 macro
138 pollcache_t *ps_pc_stack[POLLMAXDEPTH]; /* epoll recursion state */
/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c2427 if (depth_total >= POLLMAXDEPTH) { in pollstate_contend()
2492 if (ps->ps_depth >= POLLMAXDEPTH) { in pollstate_enter()