Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 62 files:
- drivers/ata/libata-sata.c, line 1322
- drivers/ata/libata-scsi.c, line 1127
- drivers/infiniband/ulp/iser/iscsi_iser.c, line 959
- drivers/infiniband/ulp/srp/ib_srp.c, line 2745
- drivers/message/fusion/mptscsih.c, line 2332
- drivers/s390/scsi/zfcp_scsi.c
- drivers/scsi/3w-9xxx.c, line 1986
- drivers/scsi/3w-sas.c, line 1543
- drivers/scsi/3w-xxxx.c, line 2238
- drivers/scsi/53c700.c
- drivers/scsi/BusLogic.c
- drivers/scsi/aacraid/linit.c
- drivers/scsi/advansys.c
- drivers/scsi/aic7xxx/aic79xx_osm.c
- drivers/scsi/aic7xxx/aic7xxx_osm.c
- drivers/scsi/arcmsr/arcmsr_hba.c, line 153
- drivers/scsi/be2iscsi/be_main.c, line 406
- drivers/scsi/bfa/bfad_im.c
- drivers/scsi/bnx2fc/bnx2fc_fcoe.c
- drivers/scsi/bnx2i/bnx2i_iscsi.c, line 2262
- drivers/scsi/csiostor/csio_scsi.c, line 2243
- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c, line 89
- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c, line 107
- drivers/scsi/esas2r/esas2r_main.c, line 251
- drivers/scsi/esp_scsi.c, line 2472
- drivers/scsi/fcoe/fcoe.c, line 274
- drivers/scsi/fnic/fnic_main.c
- drivers/scsi/hpsa.c
- drivers/scsi/hptiop.c, line 1108
- drivers/scsi/ibmvscsi/ibmvfc-core.c, line 3575
- drivers/scsi/ibmvscsi/ibmvscsi.c, line 1900
- drivers/scsi/ipr.c, line 4411
- drivers/scsi/ips.c, line 1188
- drivers/scsi/iscsi_tcp.c, line 1032
- drivers/scsi/leapraid/leapraid_os.c, line 1704
- drivers/scsi/libfc/fc_fcp.c, line 2239
- drivers/scsi/libsas/sas_scsi_host.c
- drivers/scsi/lpfc/lpfc_scsi.c
- drivers/scsi/megaraid/megaraid_mbox.c, line 337
- drivers/scsi/megaraid/megaraid_sas_base.c
- drivers/scsi/mpi3mr/mpi3mr_os.c
- drivers/scsi/mpt3sas/mpt3sas_scsih.c, line 1897
- drivers/scsi/ncr53c8xx.c, line 7827
- drivers/scsi/pmcraid.c, line 285
- drivers/scsi/qedf/qedf_main.c
- drivers/scsi/qedi/qedi_iscsi.c, line 54
- drivers/scsi/qla1280.c
- drivers/scsi/qla2xxx/qla_os.c
- drivers/scsi/qla4xxx/ql4_os.c
- drivers/scsi/scsi.c
- drivers/scsi/scsi_debug.c, line 8939
- drivers/scsi/scsi_error.c, line 806
- drivers/scsi/scsi_scan.c, line 366
- drivers/scsi/smartpqi/smartpqi_init.c
- drivers/scsi/snic/snic_main.c
- drivers/scsi/storvsc_drv.c, line 2175
- drivers/scsi/sym53c8xx_2/sym_glue.c, line 855
- drivers/scsi/virtio_scsi.c, line 704
- drivers/scsi/vmw_pvscsi.c, line 536
- drivers/target/loopback/tcm_loop.c, line 278
- drivers/ufs/core/ufshcd.c
- drivers/usb/storage/uas.c, line 909
Smatch caller information:
drivers/scsi/mpt3sas/mpt3sas_scsih.c scsih_change_queue_depth() -> scsi_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->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 1-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/ufs/core/ufshcd.c ufshcd_change_queue_depth() -> scsi_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 | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-2147483646[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/ufs/core/ufshcd.c ufshcd_lu_init() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->allow_restart | 1 |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->no_report_opcodes | 1 |
| PARAM_VALUE | 0 | sdev->no_write_same | 1 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->set_dbd_for_ms | 1 |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| PARAM_VALUE | 0 | sdev->use_10_for_ms | 1 |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| DATA_SOURCE | 0 | sdev | $1 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| MEM_ZERO | 0 | &sdev->sdev_dev.power.suspend_timer | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 1 | depth | unit_bit |
| LOCK2 | &shost->scan_mutex | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex |
drivers/scsi/scsi_debug.c sdebug_change_qdepth() -> scsi_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 | 0 | sdev->hostdata | 1-u64max |
| PARAM_VALUE | 1 | depth | 1-192 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 192 |
| PARAM_COMPARE | 1 | depth | != $0->queue_depth |
| CONSTRAINT | 1 | depth | <=3826 |
| NOSPEC | 1 | depth | |
| NOSPEC | 1 | depth | |
| HARD_MAX | 1 | depth | 192 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 1 | depth | 1-192[c] |
| LOCK2 | &of->mutex | ||
| LOCK2 | global &sdebug_host_list_mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/scsi_error.c scsi_handle_queue_ramp_up() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->sdev_state | 0-2,5-u32max |
| PARAM_VALUE | 1 | depth | 1-65536 |
| CAPPED_DATA | 0 | sdev->channel | 1 |
| CAPPED_DATA | 0 | sdev->id | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
drivers/scsi/vmw_pvscsi.c pvscsi_change_queue_depth() -> scsi_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 | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 1 |
| 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 |
drivers/scsi/aacraid/linit.c aac_change_queue_depth() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->channel | 0 |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->can_queue | 1-s32max |
| PARAM_VALUE | 0 | sdev->host->hostdata->hba_map | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->change_queue_depth | 1-u64max |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0 |
| PARAM_VALUE | 1 | depth | 2-256 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 256 |
| CONSTRAINT | 1 | depth | <=3826 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 2-256[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/aacraid/linit.c aac_change_queue_depth() -> scsi_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->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->hba_map | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->change_queue_depth | 1-u64max |
| PARAM_VALUE | 1 | depth | 0-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/aacraid/linit.c aac_change_queue_depth() -> scsi_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->hostdata->hba_map | 4096-ptr_max |
| 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 |
| DATA_SOURCE | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/aacraid/linit.c aac_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 1-256 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->request_queue->rq_timeout | 45000 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->rq_timeout | 15000,45000 |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/usb/storage/uas.c uas_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->read_before_ms | 1 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/arcmsr/arcmsr_hba.c arcmsr_adjust_disk_queue_depth() -> scsi_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-128 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 128 |
| CONSTRAINT | 1 | depth | <=3826 |
| HARD_MAX | 1 | depth | 128 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-128[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/fnic/fnic_main.c fnic_sdev_init() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->dfl_pwq | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_max_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_min_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->budget_map.depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex |
drivers/scsi/bnx2fc/bnx2fc_fcoe.c bnx2fc_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/advansys.c advansys_narrow_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_io_tlb_mem->dyn_alloc.is_queued | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->busy | 0,6951105562400137216 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->cleanup_rq | 0,374809708764532736 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->commit_rqs | 0,1603850229643087872,4107184254223355904,6246088900037488640,6925476825813073920,8397411471234322432 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->get_budget | 0,6664159237775466496 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->get_rq_budget_token | 0,105286794618322944 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->put_budget | 0,4364687989334204416 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->queue_rqs | 0,2310945393380331520,5526440530074591232,6788952058456109056,7062451343663714304,7112549686366015488 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->set_rq_budget_token | 0,2917190389722857472 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->show_rq | 0,3263993565820678144 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock->first_waiter->task->blocked_lock.owner | (-4611686018427387904)-4611686018427387903 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.name | 1173283768716353536,2747060314666872832,5967698032084148224,6557282060885467136 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.name | 1173283768716353536,2747060314666872832,5967698032084148224,6557282060885467136 |
| PARAM_VALUE | 0 | sdev->request_queue->q_usage_counter.percpu_count_ptr | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->scsi_level | 0-15 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 9073032014207823872 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 4142580293989273600 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 9073032014207823872 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 4142580293989273600 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.parent->type | 0-4452975310479048703,4452975310479048705-u64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->scsi_level | 0-15 |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 4,7-254 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->scsi_level | 4 |
| FUZZY_MAX | 0 | sdev->sdev_state | 8 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/advansys.c advansys_wide_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata->flags | 4-4294967295 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_io_tlb_mem->dyn_alloc.is_queued | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->busy | 0,6951105562400137216 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->cleanup_rq | 0,374809708764532736 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->commit_rqs | 0,1603850229643087872,4107184254223355904,6246088900037488640,6925476825813073920,8397411471234322432 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->get_budget | 0,6664159237775466496 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->get_rq_budget_token | 0,105286794618322944 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->put_budget | 0,4364687989334204416 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->queue_rqs | 0,2310945393380331520,5526440530074591232,6788952058456109056,7062451343663714304,7112549686366015488 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->set_rq_budget_token | 0,2917190389722857472 |
| PARAM_VALUE | 0 | sdev->host->tag_set.ops->show_rq | 0,3263993565820678144 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock->first_waiter->task->blocked_lock.owner | (-4611686018427387904)-4611686018427387903 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.name | 1173283768716353536,2747060314666872832,5967698032084148224,6557282060885467136 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.name | 1173283768716353536,2747060314666872832,5967698032084148224,6557282060885467136 |
| PARAM_VALUE | 0 | sdev->request_queue->q_usage_counter.percpu_count_ptr | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->scsi_level | 0-15 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 9073032014207823872 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 4142580293989273600 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 9073032014207823872 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 4142580293989273600 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.parent->type | 0-4452975310479048703,4452975310479048705-u64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->scsi_level | 0-15 |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->scsi_level | 4 |
| FUZZY_MAX | 0 | sdev->sdev_state | 8 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | depth | 0-255 |
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/qla1280.c qla1280_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->bus_settings | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 0-u16max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/qla1280.c qla1280_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->bus_settings | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 3 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/ips.c ips_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->enq | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/leapraid/leapraid_os.c leapraid_change_queue_depth() -> scsi_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 | s32min-(-2),0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostdata->dev_topo.raid_volume_lock.rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | r leapraid_calc_max_queue_depth |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 1-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/hpsa.c hpsa_change_queue_depth() -> scsi_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 | 0 | sdev->hostdata | 1-u64max |
| PARAM_VALUE | 1 | depth | 0-u16max |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 1 |
| CONSTRAINT | 1 | depth | <=3826 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-u16max[c] |
| UNITS | 1 | depth | unit_array_size |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/hpsa.c hpsa_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500,30000,60000 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->eh_timeout | 60000 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| BIT_INFO | 0 | sdev->eh_timeout | 0x0,0xfff4 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| HARD_MAX | 0 | sdev->eh_timeout | 60000 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->rq_timeout | 30000,60000 |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 1 | depth | unit_array_size |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/sym53c8xx_2/sym_glue.c sym53c8xx_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 1-16,64 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| FUZZY_MAX | 1 | depth | 1 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/lpfc/lpfc_scsi.c lpfc_ramp_down_queue_handler() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->sdev_state | 0-2,5-u32max |
| PARAM_VALUE | 1 | depth | 1-65534 |
| CAPPED_DATA | 1 | depth | 1 |
| NOCHECK_CALL |
drivers/scsi/lpfc/lpfc_scsi.c lpfc_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/storvsc_drv.c storvsc_change_queue_depth() -> scsi_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 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| 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 |
drivers/scsi/BusLogic.c blogic_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->qdepth | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->tgt_flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 1-255 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| FUZZY_MAX | 1 | depth | 28 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/BusLogic.c blogic_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->qdepth | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostdata->tgt_flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 0-u16max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/virtio_scsi.c virtscsi_change_queue_depth() -> scsi_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 | s16min-s16max |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-s16max[c] |
| UNITS | 1 | depth | unit_array_size |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/libfc/fc_fcp.c fc_sdev_init() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->dfl_pwq | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_max_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_min_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| PARAM_VALUE | 1 | depth | 32 |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->budget_map.depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex |
drivers/message/fusion/mptscsih.c mptscsih_change_queue_depth() -> scsi_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->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->nslabs | 0-s64max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 1-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/ipr.c ipr_change_queue_depth() -> scsi_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 | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 |
| CONSTRAINT | 1 | depth | <=3826 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| 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 |
drivers/ata/libata-scsi.c ata_scsi_dev_config() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->force_runtime_start_on_system_start | 1 |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->manage_runtime_start_stop | 1 |
| PARAM_VALUE | 0 | sdev->manage_shutdown | 1 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | s32min-32 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->dma_drain_buf | 16384,u64max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| CAPPED_DATA | 0 | sdev->lun | 1 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 8 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-201863462912[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/smartpqi/smartpqi_init.c pqi_sdev_init() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->dfl_pwq | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_max_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_min_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| PARAM_VALUE | 1 | depth | 1-u16max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->lun | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| PREEMPT_ADD | <- disables preempt | ||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->budget_map.depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &ctrl_info->scsi_device_list_lock | ||
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | flags | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct pqi_ctrl_info)->scsi_device_list_lock |
drivers/scsi/smartpqi/smartpqi_init.c pqi_update_device_list() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.sd->attr.open->nr_mmapped | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wakeirq->status | 0-4294967295 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| LOCK2 | &ctrl_info->scan_mutex | ||
| TYPE_LOCK | (struct pqi_ctrl_info)->scan_mutex |
drivers/scsi/qla4xxx/ql4_os.c qla4xxx_sdev_init() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->dfl_pwq | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_max_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.release.wq->saved_min_active | s32min-s32max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| PARAM_VALUE | 1 | depth | 1-u16max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| BUF_SIZE | 0 | sdev | 4232-s32max |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 1 | depth | 32 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->budget_map.depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex |
drivers/scsi/bfa/bfad_im.c bfad_im_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/bfa/bfad_im.c bfad_ramp_up_qdepth() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->sdev_state | 0-2,5-u32max |
| PARAM_VALUE | 1 | depth | 1-65536 |
| CAPPED_DATA | 0 | sdev->id | 1 |
| CAPPED_DATA | 0 | sdev->queue_depth | 1 |
| CAPPED_DATA | 1 | depth | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL |
drivers/scsi/scsi_scan.c scsi_alloc_sdev() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->borken | 1 |
| PARAM_VALUE | 0 | sdev->event_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.sda | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->work.work.entry.next->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->hostdata | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->lun_in_cdb | 1 |
| PARAM_VALUE | 0 | sdev->max_device_blocked | 3 |
| PARAM_VALUE | 0 | sdev->queue_ramp_up_period | 30000 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class | 447639659209519104 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem | 1473117533515866112 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_uses_io_tlb | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kref.refcount.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.kset | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype | 5399513539053756416 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.name | 1-u64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_in_sysfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.state_initialized | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.status | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.numa_node | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.deferred_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.disable_depth | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.early_init | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.idle_notification | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.ignore_children | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_late_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_noirq_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_prepared | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.is_suspended | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.last_status | (-1) |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.needs_force_resume | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.qos | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.request_pending | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_auto | 1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_error | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.runtime_status | 2 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.timer_expires | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 1 |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sg_reserved_size | s32max |
| PARAM_VALUE | 0 | sdev->siblings.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0 |
| PARAM_VALUE | 0 | sdev->state_mutex.owner.counter | 0 |
| PARAM_VALUE | 0 | sdev->type | 255 |
| PARAM_VALUE | 1 | depth | s16min-(-1),1-s16max |
| BUF_SIZE | 0 | sdev | 4232-2147487879 |
| BUF_SIZE | 0 | sdev | 4232-2147487879 |
| CAPPED_DATA | 0 | sdev->host->tag_set.nr_hw_queues | 1 |
| CAPPED_DATA | 0 | sdev->request_queue->limits.max_hw_wzeroes_unmap_sectors | 1 |
| CAPPED_DATA | 0 | &sdev->host->tag_set | 1 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | r _kzalloc_noprof |
| BIT_INFO | 1 | depth | 0x0,0x7fff |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->lun | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| MEM_ZERO | 0 | &sdev->sdev_dev.power.suspend_timer | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 1 | depth | unit_array_size |
| LOCK2 | &shost->scan_mutex | ||
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex |
drivers/scsi/megaraid/megaraid_sas_base.c megasas_set_fw_assisted_qd() -> scsi_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->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| BIT_INFO | 1 | depth | 0x0,0x7fffffff |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->rq_timeout | 0-u32max |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &instance->reset_mutex | ||
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct megasas_instance)->reset_mutex |
drivers/infiniband/ulp/srp/ib_srp.c srp_change_queue_depth() -> scsi_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 | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 1 |
| 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 |
drivers/scsi/qla2xxx/qla_os.c qla2xxx_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/libsas/sas_scsi_host.c sas_change_queue_depth() -> scsi_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->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->hostdata | 4096-ptr_max |
| PARAM_VALUE | 1 | depth | 1-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 1 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 1-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/libsas/sas_scsi_host.c sas_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 1 | depth | 256 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/libsas/sas_scsi_host.c sas_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0,562892577936842752,8086981562295300096 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0,7542203502980067328 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0,571797458143739904,4413132371363635200,4832835539590676480,6217927278559191040,7167939894851629056 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0,5546496100763553792 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0,148294238793711616,2908974324338790400 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->nslabs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 0 |
| PARAM_VALUE | 1 | depth | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/scsi.c scsi_track_queue_full() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->budget_map.map | 1-u64max |
| PARAM_VALUE | 0 | sdev->last_queue_full_count | 11-u16max |
| PARAM_VALUE | 1 | depth | 0-u16max |
| CAPPED_DATA | 0 | sdev->last_queue_full_depth | 1 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 |
| PARAM_COMPARE | 1 | depth | == $0->last_queue_full_depth |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| UNITS | 0 | sdev | unit_byte |
| UNITS | 1 | depth | unit_bit |
| HALF_LOCKED2 | esp->host->host_lock |
drivers/scsi/snic/snic_main.c snic_change_queue_depth() -> scsi_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-64 |
| CAPPED_DATA | 0 | sdev->queue_depth | 1 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 1 | depth | 2-63[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/snic/snic_main.c snic_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | 0-64 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/hptiop.c hptiop_adjust_disk_queue_depth() -> scsi_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->hostdata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->change_queue_depth | 1-u64max |
| PARAM_VALUE | 1 | depth | 0-s32max |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| CONSTRAINT | 1 | depth | <=3826 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 2-s32max[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/pmcraid.c pmcraid_change_queue_depth() -> scsi_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-254 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| FUZZY_MAX | 1 | depth | 254 |
| CONSTRAINT | 1 | depth | <=3826 |
| HARD_MAX | 1 | depth | 254 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 1 | depth | 1-254[c] |
| LOCK2 | &of->mutex | ||
| HALF_LOCKED2 | &of->prealloc_mutex | ||
| HALF_LOCKED2 | &pool->lock | ||
| TYPE_LOCK | (struct kernfs_open_file)->mutex |
drivers/scsi/esp_scsi.c esp_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostdata->target | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->tagged_supported | 1 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/aic7xxx/aic7xxx_osm.c ahc_platform_set_tags() -> scsi_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->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $1 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 0 | sdev | unit_byte |
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/aic7xxx/aic7xxx_osm.c ahc_platform_set_tags() -> scsi_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->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 1 | depth | 2 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $1 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 0 | sdev | unit_byte |
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/ata/libata-sata.c ata_change_queue_depth() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->channel | 0-4294967294 |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->lun | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 1 | depth | 1-32 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $1 |
| DATA_SOURCE | 1 | depth | $2 [m] |
| FUZZY_MAX | 1 | depth | 1 |
| PARAM_COMPARE | 1 | depth | != $0->queue_depth |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 2-32[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/csiostor/csio_scsi.c csio_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
drivers/scsi/mpi3mr/mpi3mr_os.c mpi3mr_change_queue_depth() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->can_grow | 0-1 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0-s64max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->nslabs | 0-s64max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| CAPPED_DATA | 1 | depth | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| DATA_SOURCE | 1 | depth | $1 [m] |
| NOSPEC | 0 | sdev->channel | |
| NOSPEC | 0 | sdev->id | |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | sdev->budget_map.depth | 1-4095[c] |
| USER_DATA | 0 | sdev->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->id | 0-s32max[c] |
| USER_DATA | 0 | sdev->lun | 0-18446744073709551614[c] |
| USER_DATA | 0 | sdev->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| USER_DATA | 1 | depth | 1-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| HALF_LOCKED2 | &of->mutex | ||
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/mpi3mr/mpi3mr_os.c mpi3mr_update_sdev_qd() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->sdev_state | 0-2,5-u32max |
| PARAM_VALUE | 1 | depth | 0-u16max |
| CAPPED_DATA | 0 | sdev->channel | 1 |
| CAPPED_DATA | 0 | sdev->id | 1 |
| DATA_SOURCE | 0 | sdev | $0 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HALF_LOCKED2 | &mrioc->tgtdev_lock | ||
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | global &system_transition_mutex |
drivers/scsi/aic7xxx/aic79xx_osm.c ahd_platform_set_tags() -> scsi_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->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $1 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 0 | sdev | unit_byte |
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/aic7xxx/aic79xx_osm.c ahd_platform_set_tags() -> scsi_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->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 1 | depth | 1 |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | (-1),36-255 |
| DATA_SOURCE | 0 | sdev | $1 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_discard_sectors | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->limits.max_open_zones | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_hw_queues | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| UNITS | 0 | sdev | unit_byte |
| HALF_LOCKED2 | &shost->scan_mutex | ||
| HALF_LOCKED2 | 0 | &sdev->request_queue->limits_lock |
drivers/scsi/qedf/qedf_main.c qedf_sdev_configure() -> scsi_change_queue_depth()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | sdev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->eh_timeout | 2500 |
| PARAM_VALUE | 0 | sdev->event_list.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->event_list.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->__devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->host_lock->rlock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->hostt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->refcnt.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->hostt->module->state | 0-1,3-u32max |
| PARAM_VALUE | 0 | sdev->host->hostt->sdev_configure | 1-u64max |
| PARAM_VALUE | 0 | sdev->host->short_inquiry | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.cma_area->alloc_mutex.osq.tail.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.dma_uses_io_tlb | 1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->attach_deferred | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.driver_data->pdev->dev.iommu->pci_32bit_workaround | 0-1 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->list.prev->prev | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tag_list_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_ctrp | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner | 0,(-1) |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->lock.owner_cpu | 0,u32max |
| PARAM_VALUE | 0 | sdev->host->tag_set.tags_srcu.srcu_sup->sda_is_static | 1 |
| PARAM_VALUE | 0 | sdev->host->transportt | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->inq_periph_qual | 0-7 |
| PARAM_VALUE | 0 | sdev->inquiry | 1-u64max |
| PARAM_VALUE | 0 | sdev->inquiry_len | 36-255 |
| PARAM_VALUE | 0 | sdev->inquiry_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->lun | 0-18446744073709551614 |
| PARAM_VALUE | 0 | sdev->request_queue | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkcg_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->blkg_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->debugfs_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->dev->power.wakeirq->status | 0-4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->elevator_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->flush_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->icq_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->id | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->io_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->last_merge | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_boundary_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_max_sectors | 0-8388607 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_max | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.atomic_write_unit_min | 0-1171456 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.discard_granularity | 0,512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.dma_alignment | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.features | 0,3-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.integrity.interval_exp | 0-31 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.io_min | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.logical_block_size | 512-65536 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_discard_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_fast_segment_size | 0-4096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segment_size | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_segments | 1-u16max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_discard_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_sectors | 0,8-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.max_user_wzeroes_unmap_sectors | u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.physical_block_size | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.seg_boundary_mask | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->limits.zone_write_granularity | 512-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->limits_lock.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->list.prev->prev | 0,5159360019465732096 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->blocked_on | (-1)-0 |
| PARAM_VALUE | 0 | sdev->request_queue->mq_freeze_lock.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->request_queue->mq_kobj | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->nr_hw_queues | 1-4294967294 |
| PARAM_VALUE | 0 | sdev->request_queue->q_lockdep_map.cpu | 0 |
| PARAM_VALUE | 0 | sdev->request_queue->queue_ctx | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_flags | 0,4-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queue_hw_ctx | 1-u64max |
| PARAM_VALUE | 0 | sdev->request_queue->queuedata | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->refs.refs.counter | 1 |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->requeue_list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_qos_mutex.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->rq_timeout | 1-u32max |
| PARAM_VALUE | 0 | sdev->request_queue->stats | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->sysfs_lock.magic | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->tag_set_list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->request_queue->timeout.flags | 0-4194302 |
| PARAM_VALUE | 0 | sdev->rev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->same_target_siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->class_release | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_groups | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_release | 308134215966920704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->dev_uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->get_ownership | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->namespace | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->ns_type | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.class->shutdown_pre | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->debugfs | 0 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_dev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_dev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->bus_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dev_name | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_cleanup | 0,1104241704522911744,2567693292227600384,2768152908493389824,7812820361545043968 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->dma_configure | 0,336080655347347456,2640283715357872128,6790945466981969920,7339647197731467264,9135293919241822208 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->driver_override | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->drv_groups | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->irq_get_affinity | 0,2736213929819951104,8458669627886727168 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->match | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->name | 926450081328738304 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->need_parent_lock | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->num_vf | 0,1401569716023488512,5437838145057775616,5865131444347011072 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->offline | 0,1666089020764061696,5755435740054507520,7184779815589322752 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->online | 0,2122979978047275008,3981819987924254720,5315967098752217088 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->pm | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->probe | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->remove | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->resume | 0,5825847710628618240,5935021209610387456,6756237279030640640,9194075036045950976 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->shutdown | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->suspend | 0,464535525743861760,904963096479051776,1039294648882290688,5145086701300998144 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->sync_state | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.bus->uevent | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.devres_head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.data.counter | 9007199250546704 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.entry.prev | 1473117533515866344 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->dyn_alloc.func | 1583282886040592384 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_mem->pools.prev | 1473117533515866320 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_io_tlb_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.dma_pools.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.flags | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj->name | 0-255 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->child_ns_type | 0,2344685749105987584,4089303432171261952,6274457576243130368,8186263191508828160 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->get_ownership | 0,754295003445952512,1770093955000758272,2031763320308453376,9073032014207823872,9089295143347961856 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.kobj.ktype->namespace | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.consumers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.defer_sync.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.links.suppliers.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.power.wait_queue.head.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->devnode | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->groups | 6319780031740116992 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->name | 7246305283648315392 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->pm | 0 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->release | 5767464116307599360 |
| PARAM_VALUE | 0 | sdev->sdev_gendev.type->uevent | 0 |
| PARAM_VALUE | 0 | sdev->sdev_state | 2-6,8-9 |
| PARAM_VALUE | 0 | sdev->sdev_target->dev.parent | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->sdev_target->devices.prev->next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->siblings.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.next->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->next | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->starved_entry.prev->prev | 4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter | 0,4096-ptr_max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->list.prev->next | 5159360019465732096 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner | (-1) |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->blocked_lock.raw_lock.val.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.first_waiter->task->usage.refs.counter | s32min-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.osq.tail.counter | 0-s32max |
| PARAM_VALUE | 0 | sdev->state_mutex.wait_lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | sdev->type | 0-31 |
| PARAM_VALUE | 0 | sdev->use_10_for_rw | 1 |
| PARAM_VALUE | 1 | depth | s32min-(-1),1-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev | (-1),4232-s32max |
| BUF_SIZE | 0 | sdev->inquiry | 36-255 |
| DATA_SOURCE | 0 | sdev | $0 |
| FUZZY_MAX | 0 | sdev->sdev_state | 2 |
| FUZZY_MAX | 0 | sdev->type | 30 |
| NOSPEC | 0 | sdev->sdev_target->channel | |
| NOSPEC | 0 | sdev->sdev_target->id | |
| TERMINATED | 0 | sdev->rev | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 0 | sdev->request_queue->queue_depth | 1-4095[c] |
| USER_DATA | 0 | sdev->sdev_target->channel | 1-s32max[c] |
| USER_DATA | 0 | sdev->sdev_target->id | 0-s32max[c] |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->async_depth | |
| NO_OVERFLOW_SIMPLE | 0 | sdev->request_queue->nr_requests | |
| LOCK2 | &shost->scan_mutex | ||
| LOCK2 | 0 | &sdev->request_queue->limits_lock | |
| TYPE_LOCK | (struct Scsi_Host)->scan_mutex | ||
| TYPE_LOCK | (struct request_queue)->limits_lock |
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 |