Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfile.h75 struct _kthread *fp_thread; /* thread caching poll info */ member
/titanic_41/usr/src/uts/common/os/
H A Dfio.c1655 if (fpip->fp_thread == curthread) in curthread_in_plist()
1714 fpip->fp_thread = curthread; in addfpollinfo()
1745 if (fpip->fp_thread == curthread) { in delfpollinfo()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c2303 pollcache_t *pcp = fpip->fp_thread->t_pollstate->ps_pcache; in pollblockexit()
2326 pollstate_t *ps = fpip->fp_thread->t_pollstate; in pollcacheclean()
2641 if (pdp->pd_thread == fpip2->fp_thread) { in checkwfdlist()