Searched refs:pretries (Results 1 – 2 of 2) sorted by relevance
117 bool smb2_should_replay(struct cifs_tcon *tcon, int *pretries,
2786 int *pretries, in smb2_should_replay() argument2789 if (!pretries || !pcur_sleep) in smb2_should_replay()2792 if (tcon->retry || (*pretries)++ < tcon->ses->server->retrans) { in smb2_should_replay()