Searched refs:resends (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 212 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()
|
D | mdc_locks.c | 765 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()
|
D | mdc_request.c | 970 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/ |
D | info.txt | 32 When the number of resends exceeds this limit, the transaction is completed with error. 33 Default is 5 resends.
|