Searched refs:resends (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 155 int count, resends = 0; in mdc_create() local 210 if (resends) { in mdc_create() 213 req->rq_sent = ktime_get_real_seconds() + resends; in mdc_create() 228 resends++; in mdc_create() 231 exp->exp_obd->obd_name, resends, in mdc_create()
|
D | mdc_locks.c | 711 int generation, resends = 0; in mdc_enqueue() local 765 if (resends) { in mdc_enqueue() 768 req->rq_sent = ktime_get_real_seconds() + resends; in mdc_enqueue() 831 resends++; in mdc_enqueue() 834 obddev->obd_name, resends, it->it_op, in mdc_enqueue()
|
D | mdc_request.c | 841 int resends = 0; in mdc_getpage() local 884 resends++; in mdc_getpage() 885 if (!client_should_resend(resends, &exp->exp_obd->u.cli)) { in mdc_getpage() 890 lwi = LWI_TIMEOUT_INTR(cfs_time_seconds(resends), NULL, NULL, in mdc_getpage()
|