Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h55 #define CIFS_MAX_SLEEP 2000 macro
H A Dsmb2ops.c2617 if ((*pcur_sleep) > CIFS_MAX_SLEEP) in smb2_should_replay()
2618 (*pcur_sleep) = CIFS_MAX_SLEEP; in smb2_should_replay()