Searched defs:resends (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
H A Dmdc_reint.c214 int count, resends = 0; local
271 if (resends) {
274 req->rq_sent = get_seconds() + resends;
288 resends++;
291 exp->exp_obd->obd_name, resends,
H A Dmdc_locks.c800 int generation, resends = 0; local
865 if (resends) {
868 req->rq_sent = get_seconds() + resends;
926 resends++;
929 obddev->obd_name, resends, it->it_op,
H A Dmdc_request.c1054 int resends = 0; local
1099 resends++;
1100 if (!client_should_resend(resends, &exp->exp_obd->u.cli)) {
1104 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(resends),

Completed in 103 milliseconds