Home
last modified time | relevance | path

Searched refs:pcur_sleep (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2proto.h123 int *pcur_sleep);
H A Dsmb2ops.c2915 int *pcur_sleep) in smb2_should_replay() argument
2917 if (!pretries || !pcur_sleep) in smb2_should_replay()
2922 if (!(*pcur_sleep)) in smb2_should_replay()
2923 (*pcur_sleep) = 1; in smb2_should_replay()
2925 (*pcur_sleep) = ((*pcur_sleep) << 1); in smb2_should_replay()
2926 if ((*pcur_sleep) > CIFS_MAX_SLEEP) in smb2_should_replay()
2927 (*pcur_sleep) = CIFS_MAX_SLEEP; in smb2_should_replay()