Searched refs:xp_idletimeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dsvc.h170 int xp_idletimeout; /* idle time before closing */ member in struct:__rpc_svcxprt
H A Dsvc.c1030 if (!xprt->xp_idletimeout || xprt->xp_thread)
1033 timo = xprt->xp_lastactive + xprt->xp_idletimeout;
H A Dsvc_vc.c252 xprt->xp_idletimeout = 6 * 60;
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c622 nd->nd_xprt->xp_idletimeout = 0;
5798 nd->nd_xprt->xp_idletimeout = 0; /* Disable timeout. */

Completed in 109 milliseconds