nd_tq             410 nfs/nfs.h      	LIST_ENTRY(nfsrv_descript) nd_tq;		/* and timer list */
nd_tq             971 nfs/nfs_serv.c 		wp = LIST_NEXT(wp, nd_tq);
nd_tq             974 nfs/nfs_serv.c 		LIST_INSERT_AFTER(owp, nfsd, nd_tq);
nd_tq             976 nfs/nfs_serv.c 		LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq);
nd_tq            1020 nfs/nfs_serv.c 		owp = LIST_NEXT(nfsd, nd_tq);
nd_tq            1025 nfs/nfs_serv.c 		LIST_REMOVE(nfsd, nd_tq);
nd_tq            1137 nfs/nfs_serv.c 			LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq);
nd_tq            1141 nfs/nfs_serv.c 			LIST_REMOVE(nfsd, nd_tq);
nd_tq            1147 nfs/nfs_serv.c 		LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
nd_tq            1158 nfs/nfs_serv.c 	    nfsd = LIST_NEXT(nfsd, nd_tq)) {
nd_tq            1160 nfs/nfs_serv.c 		    LIST_REMOVE(nfsd, nd_tq);
nd_tq            1187 nfs/nfs_serv.c         LIST_REMOVE(nfsd, nd_tq);
nd_tq            1207 nfs/nfs_serv.c         LIST_INSERT_HEAD(&owp->nd_coalesce, nfsd, nd_tq);
nd_tq            1217 nfs/nfs_serv.c 			LIST_REMOVE(m, nd_tq);
nd_tq            1218 nfs/nfs_serv.c 			LIST_INSERT_HEAD(&owp->nd_coalesce, m, nd_tq);
nd_tq             586 nfs/nfs_syscalls.c 			nnwp = LIST_NEXT(nwp, nd_tq);
nd_tq             587 nfs/nfs_syscalls.c 			LIST_REMOVE(nwp, nd_tq);