slow_rsp_threshold   97 fs/cifs/cifsfs.c unsigned int slow_rsp_threshold = 1;
slow_rsp_threshold   98 fs/cifs/cifsfs.c module_param(slow_rsp_threshold, uint, 0644);
slow_rsp_threshold   99 fs/cifs/cifsfs.c MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
slow_rsp_threshold 1519 fs/cifs/cifsfs.c 	if (slow_rsp_threshold < 1)
slow_rsp_threshold 1521 fs/cifs/cifsfs.c 	else if (slow_rsp_threshold > 32767)
slow_rsp_threshold 1888 fs/cifs/cifsglob.h extern unsigned int slow_rsp_threshold; /* number of secs before logging */
slow_rsp_threshold  141 fs/cifs/transport.c 	if ((slow_rsp_threshold != 0) &&
slow_rsp_threshold  142 fs/cifs/transport.c 	    time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) &&