Home
last modified time | relevance | path

Searched refs:t_pollstate (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c249 pcp = curthread->t_pollstate->ps_pcache; in pollunlock()
271 pcp = curthread->t_pollstate->ps_pcache; in pollrelock()
376 if ((ps = t->t_pollstate) == NULL) { in poll_common()
377 t->t_pollstate = pollstate_create(); in poll_common()
378 ps = t->t_pollstate; in poll_common()
675 pollstate_t *ps = curthread->t_pollstate; in pollcleanup()
720 curthread->t_pollstate = NULL; in pollcleanup()
1188 ASSERT(MUTEX_HELD(&curthread->t_pollstate->ps_lock)); in pcache_clean()
2303 pollcache_t *pcp = fpip->fp_thread->t_pollstate->ps_pcache; in pollblockexit()
2326 pollstate_t *ps = fpip->fp_thread->t_pollstate; in pollcacheclean()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c781 if ((ps = curthread->t_pollstate) == NULL) { in dpioctl()
782 curthread->t_pollstate = pollstate_create(); in dpioctl()
783 ps = curthread->t_pollstate; in dpioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h179 struct pollstate *t_pollstate; /* state used during poll(2) */ member
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c600 ASSERT(t->t_pollstate == NULL); in thread_exit()
733 ASSERT(t->t_pollstate == NULL); in thread_free()