Home
last modified time | relevance | path

Searched refs:pfd_thread (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fd.c295 pfd->pfd_thread = curthread; in port_associate_fd()
334 (pfd->pfd_thread != curthread)) { in port_associate_fd()
370 (pfd->pfd_thread != curthread)) { in port_associate_fd()
/titanic_41/usr/src/uts/common/sys/
H A Dport_impl.h211 kthread_t *pfd_thread; member