Searched refs:t_pollstate (Results 1 – 4 of 4) sorted by relevance
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()[all …]
179 struct pollstate *t_pollstate; /* state used during poll(2) */ member
461 curthread->t_pollstate; in dp_pcache_poll()1422 pollstate_t *ps = curthread->t_pollstate; in dppoll()
600 ASSERT(t->t_pollstate == NULL); in thread_exit()733 ASSERT(t->t_pollstate == NULL); in thread_free()