Searched refs:hw_queue_depth (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.1/drivers/block/null_blk/ |
| D | null_blk.h | 106 unsigned int hw_queue_depth; /* queue depth */ member
|
| D | main.c | 197 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444); 198 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64"); 413 NULLB_DEVICE_ATTR(hw_queue_depth, uint, NULL); 677 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev() 1849 nullb->queue_depth = nullb->dev->hw_queue_depth; in setup_queues() 1908 queue_depth = nullb->dev->hw_queue_depth; in null_init_tag_set()
|
| /Linux-v6.1/drivers/block/ |
| D | loop.c | 1782 static int hw_queue_depth = LOOP_DEFAULT_HW_Q_DEPTH; variable 1786 int ret = kstrtoint(s, 10, &hw_queue_depth); in loop_set_hw_queue_depth() 1788 return (ret || (hw_queue_depth < 1)) ? -EINVAL : 0; in loop_set_hw_queue_depth() 1796 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444); 1797 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 128"); 1972 lo->tag_set.queue_depth = hw_queue_depth; in loop_add()
|
| /Linux-v6.1/Documentation/block/ |
| D | null_blk.rst | 72 hw_queue_depth=[0..qdepth]: Default: 64
|
| /Linux-v6.1/include/target/ |
| D | target_core_base.h | 705 u32 hw_queue_depth; member
|
| /Linux-v6.1/drivers/target/ |
| D | target_core_rd.c | 301 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
|
| D | target_core_configfs.c | 542 DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth); 1034 if (val > dev->dev_attrib.hw_queue_depth) { in queue_depth_store() 1038 dev->dev_attrib.hw_queue_depth); in queue_depth_store() 1213 CONFIGFS_ATTR_RO(, hw_queue_depth);
|
| D | target_core_iblock.c | 128 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
|
| D | target_core_file.c | 198 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
|
| D | target_core_pscsi.c | 304 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()
|
| D | target_core_device.c | 982 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
|
| D | target_core_user.c | 2272 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
|