Home
last modified time | relevance | path

Searched refs:slow_rsp_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c99 unsigned int slow_rsp_threshold = 1; variable
100 module_param(slow_rsp_threshold, uint, 0644);
101 MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
1548 if (slow_rsp_threshold < 1) in init_cifs()
1550 else if (slow_rsp_threshold > 32767) in init_cifs()
H A Dtransport.c135 * as long as slow_rsp_threshold is not set way above recommended max in _cifs_mid_q_entry_release()
141 if ((slow_rsp_threshold != 0) && in _cifs_mid_q_entry_release()
142 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in _cifs_mid_q_entry_release()
H A Dcifsglob.h1945 extern unsigned int slow_rsp_threshold; /* number of secs before logging */
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c125 unsigned int slow_rsp_threshold = 1; variable
126 module_param(slow_rsp_threshold, uint, 0644);
127 MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
1808 if (slow_rsp_threshold < 1) in init_cifs()
1810 else if (slow_rsp_threshold > 32767) in init_cifs()
H A Dtransport.c126 * as long as slow_rsp_threshold is not set way above recommended max in __release_mid()
132 if ((slow_rsp_threshold != 0) && in __release_mid()
133 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in __release_mid()
H A Dcifsglob.h2042 extern unsigned int slow_rsp_threshold; /* number of secs before logging */

Completed in 18 milliseconds