Searched refs:POLLMAXDEPTH (Results 1 – 2 of 2) sorted by relevance
123 #define POLLMAXDEPTH 5 macro138 pollcache_t *ps_pc_stack[POLLMAXDEPTH]; /* epoll recursion state */
2427 if (depth_total >= POLLMAXDEPTH) { in pollstate_contend()2492 if (ps->ps_depth >= POLLMAXDEPTH) { in pollstate_enter()