Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h77 struct _kthread *fp_thread; /* thread caching poll info */ member
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1716 if (fpip->fp_thread == curthread) in curthread_in_plist()
1775 fpip->fp_thread = curthread; in addfpollinfo()
1806 if (fpip->fp_thread == curthread) { in delfpollinfo()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2547 pollcache_t *pcp = fpip->fp_thread->t_pollstate->ps_pcache; in pollblockexit()
2570 pollstate_t *ps = fpip->fp_thread->t_pollstate; in pollcacheclean()
2888 if (pdp->pd_thread == fpip2->fp_thread) { in checkwfdlist()