Home
last modified time | relevance | path

Searched defs:rpc_timeout (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dxprt.h36 struct rpc_timeout { struct
37 unsigned long to_initval, /* initial timeout */
38 to_maxval, /* max timeout */
39 to_increment; /* if !exponential */
40 unsigned int to_retries; /* max # of retries */
41 unsigned char to_exponential;
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dframework.c52 static int rpc_timeout = 64; variable