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

  /src/sys/nfs/
nfs_syscalls.c 91 struct nfssvc_sockhead nfssvc_sockpending; variable in typeref:struct:nfssvc_sockhead
664 slp = TAILQ_FIRST(&nfssvc_sockpending);
668 TAILQ_REMOVE(&nfssvc_sockpending, slp,
919 TAILQ_REMOVE(&nfssvc_sockpending, slp, ns_pending);
1029 KASSERT(TAILQ_EMPTY(&nfssvc_sockpending));
1038 TAILQ_INIT(&nfssvc_sockpending);
nfs_srvsocket.c 465 TAILQ_INSERT_TAIL(&nfssvc_sockpending, slp, ns_pending);
nfs.h 472 #define SLP_G_DOREC 0x02 /* on nfssvc_sockpending queue */
478 extern struct nfssvc_sockhead nfssvc_sockpending;

Completed in 41 milliseconds