Searched refs:iops_max (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | block.json | 479 # "iops_max": 0, 499 # "iops_max": 0,
|
H A D | block-core.json | 515 # @iops_max: total I/O operations per second during bursts, in bytes 565 '*bps_wr_max': 'int', '*iops_max': 'int', 2585 # @iops_max: total I/O operations per second during bursts, in bytes 2607 # seconds. It must only be set if @iops_max is set as well. 2633 '*bps_wr_max': 'int', '*iops_max': 'int',
|
/openbmc/qemu/block/ |
H A D | qapi-sysemu.c | 457 cfg.buckets[THROTTLE_OPS_TOTAL].max = arg->iops_max; in qmp_block_set_io_throttle()
|
H A D | qapi.c | 113 info->iops_max = cfg.buckets[THROTTLE_OPS_TOTAL].max; in bdrv_block_device_info()
|
/openbmc/qemu/docs/ |
H A D | throttle.txt | 107 "iops_max": 2000, 127 | throttling.iops-total-max | iops_max |
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 051.out | 293 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678 294 …drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-total-m…
|
H A D | 051 | 294 run_qemu -drive file="$TEST_IMG",iops_max=1234,throttling.iops-total-max=5678
|
H A D | 051.pc.out | 373 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678 374 …drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-total-m…
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 705 inserted->iops_max, in print_block_info()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hw4.h | 3725 uint32_t iops_max; member
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 1531 " [[,iops_max=im]|[[,iops_rd_max=irm][,iops_wr_max=iwm]]]\n" 1632 ``iops_max=bm,iops_rd_max=rm,iops_wr_max=wm``
|