Searched refs:nfsd (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c710 * to keep the socket from being closed when nfsd closes its
846 * nfsd theory of operation:
848 * The first nfsd thread stays in user mode accepting new TCP connections
849 * which are then added via the "addsock" call. The rest of the nfsd threads
853 * There's a list of nfsd threads (nfsd_head).
854 * There's an nfsd queue that contains only those nfsds that are
865 * wake up a waiting nfsd (if there is one).
872 * When an nfsd starts working on a socket, it removes it from the head of
883 struct nfsd *nfsd; local
[all...]
H A Dnfs.h352 * Structures for the nfssvc(2) syscall. Not that anyone but nfsd
1041 * One of these structures is allocated for each nfsd.
1043 struct nfsd { struct
1044 TAILQ_ENTRY(nfsd) nfsd_chain; /* List of all nfsd's */
1045 TAILQ_ENTRY(nfsd) nfsd_queue; /* List of waiting nfsd's */
1085 __private_extern__ TAILQ_HEAD(nfsd_head, nfsd) nfsd_head, nfsd_queue;
1371 int nfsrv_dorec(struct nfsrv_sock *, struct nfsd *, struct nfsrv_descript **);
H A Dnfs_socket.c5539 log(LOG_INFO, "nfsd send error %d\n", error);
5553 * Socket upcall routine for the nfsd sockets.
5556 * be called with MBUF_WAITOK from an nfsd.
5596 * to an(other) nfsd so that there is feedback to the TCP layer that
5855 struct nfsd *nfsd,
5900 nfsd->nfsd_nd = nd;
6046 * Search for a sleeping nfsd and wake it up.
6054 struct nfsd *nd;
6067 /* wake up a waiting nfsd, i
5853 nfsrv_dorec( struct nfsrv_sock *slp, struct nfsd *nfsd, struct nfsrv_descript **ndp) argument
[all...]

Completed in 118 milliseconds