Searched refs:ps_pc_stack (Results 1 – 3 of 3) sorted by relevance
139 pollcache_t *ps_pc_stack[POLLMAXDEPTH]; /* epoll recursion state */ member
2333 ASSERT(ps->ps_pc_stack[0] == 0); in pollstate_create()2387 if (rem->ps_pc_stack[i] != desired_pc) { in pollstate_contend()2398 if (rem->ps_contend_pc == ps->ps_pc_stack[j]) { in pollstate_contend()2505 if (ps->ps_pc_stack[i] == pcp) { in pollstate_enter()2509 ASSERT(ps->ps_pc_stack[i] == NULL); in pollstate_enter()2521 ps->ps_pc_stack[ps->ps_depth++] = pcp; in pollstate_enter()2531 VERIFY(ps->ps_pc_stack[ps->ps_depth - 1] == pcp); in pollstate_exit()2534 ps->ps_pc_stack[--ps->ps_depth] = NULL; in pollstate_exit()
1586 pcachelink_assoc(pcp, ps->ps_pc_stack[0]); in dppoll()