Home
last modified time | relevance | path

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

/trueos/sys/rpc/
HDsvc.h170 int xp_idletimeout; /* idle time before closing */ member
HDsvc.c1029 if (!xprt->xp_idletimeout || xprt->xp_thread) in svc_checkidle()
1032 timo = xprt->xp_lastactive + xprt->xp_idletimeout; in svc_checkidle()
HDsvc_vc.c248 xprt->xp_idletimeout = 6 * 60; in svc_vc_create_conn()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdstate.c618 nd->nd_xprt->xp_idletimeout = 0; in nfsrv_getclient()
5780 nd->nd_xprt->xp_idletimeout = 0; /* Disable timeout. */ in nfsrv_checksequence()