HomeSort by: relevance | last modified time | path
    Searched defs:nfssvc_sock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs.h 354 * A list of nfssvc_sock structures is maintained with all the sockets
356 * The nfsuid structs hang off of the nfssvc_sock structs in both lru
360 #define NFS_UIDHASHSIZ 29 /* Tune the size of nfssvc_sock with this */
433 struct nfssvc_sock { struct
437 TAILQ_ENTRY(nfssvc_sock) ns_chain; /* g: List of all nfssvc_sock */
438 TAILQ_ENTRY(nfssvc_sock) ns_pending; /* g: List of pending sockets */
477 extern TAILQ_HEAD(nfssvc_sockhead, nfssvc_sock) nfssvc_sockhead;
490 struct nfssvc_sock *nfsd_slp; /* Current socket */
nfs.h 354 * A list of nfssvc_sock structures is maintained with all the sockets
356 * The nfsuid structs hang off of the nfssvc_sock structs in both lru
360 #define NFS_UIDHASHSIZ 29 /* Tune the size of nfssvc_sock with this */
433 struct nfssvc_sock { struct
437 TAILQ_ENTRY(nfssvc_sock) ns_chain; /* g: List of all nfssvc_sock */
438 TAILQ_ENTRY(nfssvc_sock) ns_pending; /* g: List of pending sockets */
477 extern TAILQ_HEAD(nfssvc_sockhead, nfssvc_sock) nfssvc_sockhead;
490 struct nfssvc_sock *nfsd_slp; /* Current socket */

Completed in 51 milliseconds