Home
last modified time | relevance | path

Searched refs:inject_now (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c7269 bool inject_now; in scsi_debug_queuecommand() local
7274 inject_now = inject_on_this_cmd(); in scsi_debug_queuecommand()
7276 inject_now = false; in scsi_debug_queuecommand()
7295 if (unlikely(inject_now && (sdebug_opts & SDEBUG_OPT_HOST_BUSY))) in scsi_debug_queuecommand()
7309 if (unlikely(inject_now && !atomic_read(&sdeb_inject_pending))) in scsi_debug_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c7517 bool inject_now; in scsi_debug_queuecommand() local
7522 inject_now = inject_on_this_cmd(); in scsi_debug_queuecommand()
7524 inject_now = false; in scsi_debug_queuecommand()
7543 if (unlikely(inject_now && (sdebug_opts & SDEBUG_OPT_HOST_BUSY))) in scsi_debug_queuecommand()
7557 if (unlikely(inject_now && !atomic_read(&sdeb_inject_pending))) in scsi_debug_queuecommand()

Completed in 20 milliseconds