Home
last modified time | relevance | path

Searched refs:scsi_requeue_run_queue (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dscsi_scan.c233 extern void scsi_requeue_run_queue(struct work_struct *work); in scsi_alloc_sdev()
256 INIT_WORK(&sdev->requeue_work, scsi_requeue_run_queue); in scsi_alloc_sdev()
Dscsi_lib.c472 void scsi_requeue_run_queue(struct work_struct *work) in scsi_requeue_run_queue() function