Lines Matching refs:jdelay
214 * option. Command responses are not queued when jdelay=0 and ndelay=0. The
5564 } else { /* jdelay < 0, use work queue */
5861 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit
5867 int jdelay, res;
5869 if (count > 0 && sscanf(buf, "%d", &jdelay) == 1) {
5871 if (sdebug_jdelay != jdelay) {
5886 sdebug_jdelay = jdelay;
7404 int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay;
7407 jdelay = mult_frac(USER_HZ * jdelay, HZ, denom * USER_HZ);
7408 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0);