Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifsfs.c90 unsigned int slow_rsp_threshold = 1; variable
91 module_param(slow_rsp_threshold, uint, 0644);
92 MODULE_PARM_DESC(slow_rsp_threshold, "Amount of time (in seconds) to wait "
1561 if (slow_rsp_threshold < 1) in init_cifs()
1563 else if (slow_rsp_threshold > 32767) in init_cifs()
A Dtransport.c128 if ((slow_rsp_threshold != 0) && in _cifs_mid_q_entry_release()
129 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in _cifs_mid_q_entry_release()
A Dcifsglob.h1881 extern unsigned int slow_rsp_threshold; /* number of secs before logging */

Completed in 19 milliseconds