Searched defs:rpc_timeout (Results 1 – 1 of 1) sorted by relevance
43 struct rpc_timeout { struct44 unsigned long to_initval, /* initial timeout */45 to_maxval, /* max timeout */46 to_increment; /* if !exponential */47 unsigned int to_retries; /* max # of retries */48 unsigned char to_exponential;