Home
last modified time | relevance | path

Searched refs:rq_nr_resend (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1222 req->rq_nr_resend++; in after_reply()
1239 if (req->rq_nr_resend > req->rq_timeout) in after_reply()
1242 req->rq_sent = now + req->rq_nr_resend; in after_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1327 unsigned int rq_nr_resend; member