Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.c126 unsigned int slow_rsp_threshold = 1; variable
127 module_param(slow_rsp_threshold, uint, 0644);
128 MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
1851 if (slow_rsp_threshold < 1) in init_cifs()
1853 else if (slow_rsp_threshold > 32767) in init_cifs()
H A Dcifsglob.h2075 extern unsigned int slow_rsp_threshold; /* number of secs before logging */