Searched refs:pcur_sleep (Results 1 – 2 of 2) sorted by relevance
123 int *pcur_sleep);
2804 int *pcur_sleep) in smb2_should_replay() argument2806 if (!pretries || !pcur_sleep) in smb2_should_replay()2811 if (!(*pcur_sleep)) in smb2_should_replay()2812 (*pcur_sleep) = 1; in smb2_should_replay()2814 (*pcur_sleep) = ((*pcur_sleep) << 1); in smb2_should_replay()2815 if ((*pcur_sleep) > CIFS_MAX_SLEEP) in smb2_should_replay()2816 (*pcur_sleep) = CIFS_MAX_SLEEP; in smb2_should_replay()