Documented in 1 files:
Defined in 1 files as a function:
Referenced in 1 files:
Smatch caller information:
drivers/scsi/scsi_sysfs.c sdev_store_queue_depth() -> (struct scsi_host_template)->change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->can_queue | 1-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->change_queue_depth | 1-u64max |
| PARAM_VALUE | 1 | depth | 1-s32max |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 1 | depth | r simple_strtoul |
| PARAM_COMPARE | 1 | depth | <= $0->host->can_queue |
| CONSTRAINT | 1 | depth | <=3826 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-s32max[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |