Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/nfs/
H A Dnfs_iod.c217 nmp->nm_txthread = NULL; in nfssvc_iod_writer()
220 wakeup(&nmp->nm_txthread); in nfssvc_iod_writer()
234 while (nmp->nm_txthread) in nfssvc_iod_stop2()
235 tsleep(&nmp->nm_txthread, 0, "nfssttx", hz*2); in nfssvc_iod_stop2()
H A Dnfsmount.h64 thread_t nm_txthread; member
H A Dnfs_vfsops.c1163 lwkt_create(nfssvc_iod_writer, nmp, &nmp->nm_txthread, in mountnfs()