Home
last modified time | relevance | path

Searched refs:pd_thread (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dpoll_impl.h220 kthread_t *pd_thread; /* used for waking up a sleep thrd */ member
/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c1346 pdp->pd_thread = curthread; in pcache_insert()
2662 if (pdp->pd_thread == NULL) { in pollhead_clean()
2673 ps = pdp->pd_thread->t_pollstate; in pollhead_clean()
2771 ASSERT(pdp->pd_thread != curthread); in pollcheckphlist()
2877 if (pdp->pd_thread != NULL && in checkwfdlist()
2878 pdp->pd_thread->t_procp == curthread->t_procp) { in checkwfdlist()
2880 if (pdp->pd_thread == fpip2->fp_thread) { in checkwfdlist()
/titanic_53/usr/src/uts/common/io/
H A Ddevpoll.c945 ASSERT(pdp->pd_thread == NULL); in dpwrite()