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