Searched refs:jdelay (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 214 * option. Command responses are not queued when jdelay=0 and ndelay=0. The 5564 } else { /* jdelay < 0, use work queue */ in schedule_resp() 5861 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit 5867 int jdelay, res; in delay_store() local 5869 if (count > 0 && sscanf(buf, "%d", &jdelay) == 1) { in delay_store() 5871 if (sdebug_jdelay != jdelay) { in delay_store() 5886 sdebug_jdelay = jdelay; in delay_store() 7404 int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay; in scsi_debug_queuecommand() local 7407 jdelay = mult_frac(USER_HZ * jdelay, H in scsi_debug_queuecommand() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 216 * option. Command responses are not queued when jdelay=0 and ndelay=0. The 5662 } else { /* jdelay < 0, use work queue */ in schedule_resp() 5998 /* Returns -EBUSY if jdelay is being changed and commands are queued. The unit 6004 int jdelay, res; in delay_store() local 6006 if (count > 0 && sscanf(buf, "%d", &jdelay) == 1) { in delay_store() 6008 if (sdebug_jdelay != jdelay) { in delay_store() 6023 sdebug_jdelay = jdelay; in delay_store() 7652 int jdelay = (sdebug_jdelay < 2) ? 1 : sdebug_jdelay; in scsi_debug_queuecommand() local 7655 jdelay = mult_frac(USER_HZ * jdelay, H in scsi_debug_queuecommand() [all...] |
Completed in 22 milliseconds