Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c212 int count, resends = 0; in mdc_create() local
268 if (resends) { in mdc_create()
271 req->rq_sent = ktime_get_real_seconds() + resends; in mdc_create()
285 resends++; in mdc_create()
288 exp->exp_obd->obd_name, resends, in mdc_create()
Dmdc_locks.c765 int generation, resends = 0; in mdc_enqueue() local
831 if (resends) { in mdc_enqueue()
834 req->rq_sent = ktime_get_real_seconds() + resends; in mdc_enqueue()
892 resends++; in mdc_enqueue()
895 obddev->obd_name, resends, it->it_op, in mdc_enqueue()
Dmdc_request.c970 int resends = 0; in mdc_readpage() local
1013 resends++; in mdc_readpage()
1014 if (!client_should_resend(resends, &exp->exp_obd->u.cli)) { in mdc_readpage()
1018 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(resends), in mdc_readpage()
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt32 When the number of resends exceeds this limit, the transaction is completed with error.
33 Default is 5 resends.