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

/linux-master/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 "
1823 if (slow_rsp_threshold < 1)
1825 else if (slow_rsp_threshold > 32767)
H A Dtransport.c126 * as long as slow_rsp_threshold is not set way above recommended max
132 if ((slow_rsp_threshold != 0) &&
133 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) &&
H A Dcifsglob.h2081 extern unsigned int slow_rsp_threshold; /* number of secs before logging */

Completed in 294 milliseconds