Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c214 int count, resends = 0; in mdc_create() local
271 if (resends) { in mdc_create()
274 req->rq_sent = get_seconds() + resends; in mdc_create()
288 resends++; in mdc_create()
291 exp->exp_obd->obd_name, resends, in mdc_create()
Dmdc_locks.c798 int generation, resends = 0; in mdc_enqueue() local
864 if (resends) { in mdc_enqueue()
867 req->rq_sent = get_seconds() + resends; in mdc_enqueue()
925 resends++; in mdc_enqueue()
928 obddev->obd_name, resends, it->it_op, in mdc_enqueue()
Dmdc_request.c1057 int resends = 0; in mdc_readpage() local
1102 resends++; in mdc_readpage()
1103 if (!client_should_resend(resends, &exp->exp_obd->u.cli)) { in mdc_readpage()
1107 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(resends), in mdc_readpage()
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt32 When the number of resends exceeds this limit, the transaction is completed with error.
33 Default is 5 resends.