Man Page: scsi_track_queue_full
Operating Environment: centos
Section: 9
SCSI_TRACK_QUEUE_FUL(9) SCSI mid layer SCSI_TRACK_QUEUE_FUL(9)NAMEscsi_track_queue_full - track QUEUE_FULL events to adjust queue depthSYNOPSISint scsi_track_queue_full(struct scsi_device * sdev, int depth);ARGUMENTSsdev SCSI Device in question depth Current number of outstanding SCSI commands on this device, not counting the one returned as QUEUE_FULL.DESCRIPTIONThis function will track successive QUEUE_FULL events on a specific SCSI device to determine if and when there is a need to adjust the queue depth on the device.RETURNS0 - No change needed, >0 - Adjust queue depth to this new depth, -1 - Drop back to untagged operation using host->cmd_per_lun as the untagged command depthLOCK STATUSNone held on entryNOTESLow level drivers may call this at any time and we will do "The Right Thing." We are interrupt context safe.AUTHORSJames Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SCSI_TRACK_QUEUE_FUL(9)
| Related Man Pages |
|---|
| gldepthmask(3g) - centos |
| scsi_max_qdepth(5) - hpux |
| desktop_color_depth(3alleg4) - centos |
| tapset::scsi(3stap) - centos |
| desktop_color_depth(3alleg4) - opendarwin |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Tar Command |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |