Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2proto.h139 int *pcur_sleep);
H A Dsmb2ops.c2643 int *pcur_sleep) in smb2_should_replay() argument
2645 if (!pretries || !pcur_sleep) in smb2_should_replay()
2649 msleep(*pcur_sleep); in smb2_should_replay()
2650 (*pcur_sleep) = ((*pcur_sleep) << 1); in smb2_should_replay()
2651 if ((*pcur_sleep) > CIFS_MAX_SLEEP) in smb2_should_replay()
2652 (*pcur_sleep) = CIFS_MAX_SLEEP; in smb2_should_replay()