Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h155 kthread_t *pd_thread; /* used for waking up a sleep thrd */ member
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c1314 pdp->pd_thread = curthread; in pcache_insert()
2423 if (pdp->pd_thread == NULL) { in pollhead_clean()
2434 ps = pdp->pd_thread->t_pollstate; in pollhead_clean()
2532 ASSERT(pdp->pd_thread != curthread); in pollcheckphlist()
2638 if (pdp->pd_thread != NULL && in checkwfdlist()
2639 pdp->pd_thread->t_procp == curthread->t_procp) { in checkwfdlist()
2641 if (pdp->pd_thread == fpip2->fp_thread) { in checkwfdlist()
/titanic_44/usr/src/uts/common/io/
H A Ddevpoll.c674 ASSERT(pdp->pd_thread == NULL); in dpwrite()