Lines Matching refs:t_pollstate
251 pollstate_t *ps = curthread->t_pollstate; in pollunlock()
288 pollstate_t *ps = curthread->t_pollstate; in pollrelock()
706 pollstate_t *ps = curthread->t_pollstate; in pollcleanup()
751 curthread->t_pollstate = NULL; in pollcleanup()
1220 ASSERT(MUTEX_HELD(&curthread->t_pollstate->ps_lock)); in pcache_clean()
2314 pollstate_t *ps = curthread->t_pollstate; in pollstate_create()
2324 curthread->t_pollstate = ps; in pollstate_create()
2481 pollstate_t *ps = curthread->t_pollstate; in pollstate_enter()
2523 pollstate_t *ps = curthread->t_pollstate; in pollstate_exit()
2542 pollcache_t *pcp = fpip->fp_thread->t_pollstate->ps_pcache; in pollblockexit()
2565 pollstate_t *ps = fpip->fp_thread->t_pollstate; in pollcacheclean()
2673 ps = pdp->pd_thread->t_pollstate; in pollhead_clean()