HomeSort by: relevance | last modified time | path
    Searched refs:nd_tq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_serv.c 1164 wp = LIST_NEXT(wp, nd_tq);
1167 LIST_INSERT_AFTER(owp, nfsd, nd_tq);
1169 LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq);
1212 owp = LIST_NEXT(nfsd, nd_tq);
1217 LIST_REMOVE(nfsd, nd_tq);
1332 LIST_INSERT_HEAD(&slp->ns_tq, nfsd, nd_tq);
1336 LIST_REMOVE(nfsd, nd_tq);
1343 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
1354 LIST_FOREACH(nfsd, &slp->ns_tq, nd_tq) {
1356 LIST_REMOVE(nfsd, nd_tq);
    [all...]
nfs.h 525 LIST_ENTRY(nfsrv_descript) nd_tq; /* and timer list */ member in struct:nfsrv_descript
nfs_syscalls.c 954 LIST_REMOVE(nwp, nd_tq);

Completed in 23 milliseconds