ns_tq 361 nfs/nfs.h LIST_HEAD(, nfsrv_descript) ns_tq; /* Write gather lists */ ns_tq 968 nfs/nfs_serv.c wp = LIST_FIRST(&slp->ns_tq); ns_tq 976 nfs/nfs_serv.c LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq); ns_tq 1019 nfs/nfs_serv.c for (nfsd = LIST_FIRST(&slp->ns_tq); nfsd != NULL; nfsd = owp) { ns_tq 1137 nfs/nfs_serv.c LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq); ns_tq 1147 nfs/nfs_serv.c LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq); ns_tq 1157 nfs/nfs_serv.c for (nfsd = LIST_FIRST(&slp->ns_tq); nfsd != NULL; ns_tq 1332 nfs/nfs_socket.c if (LIST_FIRST(&slp->ns_tq) && ns_tq 1333 nfs/nfs_socket.c LIST_FIRST(&slp->ns_tq)->nd_time <= cur_usec) ns_tq 359 nfs/nfs_syscalls.c if (error && LIST_FIRST(&slp->ns_tq) && ns_tq 360 nfs/nfs_syscalls.c LIST_FIRST(&slp->ns_tq)->nd_time ns_tq 519 nfs/nfs_syscalls.c if (LIST_FIRST(&slp->ns_tq) && ns_tq 520 nfs/nfs_syscalls.c LIST_FIRST(&slp->ns_tq)->nd_time <= cur_usec) { ns_tq 585 nfs/nfs_syscalls.c for (nwp = LIST_FIRST(&slp->ns_tq); nwp != NULL; nwp = nnwp) { ns_tq 590 nfs/nfs_syscalls.c LIST_INIT(&slp->ns_tq);