Lines Matching refs:jdelay
216 * option. Command responses are not queued when jdelay=0 and ndelay=0. The
5662 } else { /* jdelay < 0, use work queue */
5998 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit
6004 int jdelay, res;
6006 if (count > 0 && sscanf(buf, "%d", &jdelay) == 1) {
6008 if (sdebug_jdelay != jdelay) {
6023 sdebug_jdelay = jdelay;
7652 int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay;
7655 jdelay = mult_frac(USER_HZ * jdelay, HZ, denom * USER_HZ);
7656 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0);