Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
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 "
1819 if (slow_rsp_threshold < 1) in init_cifs()
1821 else if (slow_rsp_threshold > 32767) in init_cifs()
Dtransport.c133 if ((slow_rsp_threshold != 0) && in __release_mid()
134 time_after(now, midEntry->when_alloc + (slow_rsp_threshold * HZ)) && in __release_mid()
Dcifsglob.h2042 extern unsigned int slow_rsp_threshold; /* number of secs before logging */