/openbmc/qemu/tests/qemu-iotests/ |
H A D | 184.out | 46 "iops": 0, 73 "iops": 0, 125 "iops-read-max-length": 1, 128 "iops-total-max-length": 1, 129 "iops-total": 1000, 130 "iops-write-max": 0, 134 "iops-size": 0, 135 "iops-read": 0, 136 "iops-write-max-length": 1, 137 "iops-write": 0, [all …]
|
H A D | 151 | 197 iops: Optional[int] = None variable in TestThrottledWithNbdExportBase 202 self.assertIsNotNone(self.iops) 214 'iops-total': self.iops, 215 'iops-total-max': self.iops 284 iops = 16 variable in TestLowThrottledWithNbdExport 323 for _ in range(0, 5 * self.iops): 337 for _ in range(0, 4 * self.iops): 338 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops) 347 for _ in range(0, 10 * self.iops): 356 for _ in range(0, 5 * self.iops): [all …]
|
H A D | 051.out | 275 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678 276 …_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-total' … 278 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678 279 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-re… 281 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678 282 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-w… 293 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678 294 …OG: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-to… 296 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678 297 … -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678: 'throttling.iops-rea… [all …]
|
H A D | 191.out | 141 "iops": 0, 170 "iops": 0, 210 "iops": 0, 239 "iops": 0, 279 "iops": 0, 308 "iops": 0, 337 "iops": 0, 365 "iops": 0, 548 "iops": 0, 577 "iops": 0, [all …]
|
H A D | 096 | 30 iops = 6000 variable in TestLiveSnapshot 37 opts.append('throttling.iops-total=%d' % self.iops) 54 self.assertEqual(r['iops'], self.iops)
|
H A D | 051.pc.out | 355 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678 356 …_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-total' … 358 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678 359 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-re… 361 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678 362 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-w… 373 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678 374 …OG: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-to… 376 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678 377 … -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678: 'throttling.iops-rea… [all …]
|
H A D | 051 | 286 run_qemu -drive file="$TEST_IMG",iops=1234,throttling.iops-total=5678 287 run_qemu -drive file="$TEST_IMG",iops_rd=1234,throttling.iops-read=5678 288 run_qemu -drive file="$TEST_IMG",iops_wr=1234,throttling.iops-write=5678 294 run_qemu -drive file="$TEST_IMG",iops_max=1234,throttling.iops-total-max=5678 295 run_qemu -drive file="$TEST_IMG",iops_rd_max=1234,throttling.iops-read-max=5678 296 run_qemu -drive file="$TEST_IMG",iops_wr_max=1234,throttling.iops-write-max=5678 302 run_qemu -drive file="$TEST_IMG",iops_size=1234,throttling.iops-size=5678 309 run_qemu -drive file="$TEST_IMG",iops=-1 313 run_qemu -drive file="$TEST_IMG",throttling.iops-total=-4
|
H A D | 258.out | 5 {"execute": "object-add", "arguments": {"id": "tg", "limits": {"iops-write": 1, "iops-write-max": 1… 21 {"execute": "object-add", "arguments": {"id": "tg", "limits": {"iops-write": 1, "iops-write-max": 1…
|
H A D | 273.out | 60 "iops": 0, 89 "iops": 0, 128 "iops": 0, 157 "iops": 0, 185 "iops": 0,
|
H A D | 238 | 37 iops=1000, iops_rd=0, iops_wr=0, conv_keys=False))
|
/openbmc/qemu/docs/ |
H A D | throttle.txt | 34 | throttling.iops-total | iops | 35 | throttling.iops-read | iops_rd | 36 | throttling.iops-write | iops_wr | 44 write limits or not, but note that if iops-total is set then neither 45 iops-read nor iops-write can be set. The same applies to bps-total and 53 -drive file=hd0.qcow2,throttling.iops-total=100 61 "iops": 100, 83 this section we'll use 'iops-total' as an example. 85 The I/O limit during bursts is set using 'iops-total-max', and the 86 maximum length (in seconds) is set with 'iops-total-max-length'. So if [all …]
|
/openbmc/linux/security/ |
H A D | inode.c | 110 const struct inode_operations *iops) in securityfs_create_dentry() argument 156 inode->i_op = iops ? iops : &simple_symlink_inode_operations; in securityfs_create_dentry() 263 const struct inode_operations *iops) in securityfs_create_symlink() argument 274 link, NULL, iops); in securityfs_create_symlink()
|
/openbmc/linux/block/ |
H A D | blk-throttle.c | 161 tg->iops[rw][td->limit_index]) in tg_bps_limit() 187 ret = tg->iops[rw][td->limit_index]; in tg_iops_limit() 197 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit() 198 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit() 201 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit() 204 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit() 364 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc() 365 tg->iops[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc() 458 tg->iops[READ][LIMIT_LOW] || tg->iops[WRITE][LIMIT_LOW]) { in blk_throtl_update_limit_valid() 480 tg->iops[READ][LIMIT_LOW] = 0; in throtl_pd_offline() [all …]
|
H A D | blk-throttle.h | 110 unsigned int iops[2][LIMIT_CNT]; member
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-mtrace.c | 424 const struct sof_ipc_ops *iops = sdev->ipc->ops; in ipc4_mtrace_enable() local 444 ret = iops->set_get_data(sdev, &msg, msg.data_size, true); in ipc4_mtrace_enable() 456 ret = iops->set_get_data(sdev, &msg, msg.data_size, true); in ipc4_mtrace_enable() 470 const struct sof_ipc_ops *iops = sdev->ipc->ops; in ipc4_mtrace_disable() local 487 iops->set_get_data(sdev, &msg, msg.data_size, true); in ipc4_mtrace_disable()
|
H A D | ipc3-control.c | 20 const struct sof_ipc_ops *iops = sdev->ipc->ops; in sof_ipc3_set_get_kcontrol_data() local 98 ret = iops->set_get_data(sdev, cdata, cdata->rhdr.hdr.size, set); in sof_ipc3_set_get_kcontrol_data() 115 ret = iops->set_get_data(sdev, cdata, cdata->rhdr.hdr.size, set); in sof_ipc3_set_get_kcontrol_data()
|
H A D | ipc4-control.c | 21 const struct sof_ipc_ops *iops = sdev->ipc->ops; in sof_ipc4_set_get_kcontrol_data() local 56 ret = iops->set_get_data(sdev, msg, msg->data_size, set); in sof_ipc4_set_get_kcontrol_data() 73 ret = iops->set_get_data(sdev, msg, msg->data_size, set); in sof_ipc4_set_get_kcontrol_data()
|
H A D | ipc4-loader.c | 331 const struct sof_ipc_ops *iops = sdev->ipc->ops; in sof_ipc4_query_fw_configuration() local 350 ret = iops->set_get_data(sdev, &msg, msg.data_size, false); in sof_ipc4_query_fw_configuration()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_test.c | 103 unsigned int iops; member 535 unsigned int rate, unsigned int iops) in mmc_test_save_transfer_result() argument 550 tr->iops = iops; in mmc_test_save_transfer_result() 561 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_rate() local 567 iops = mmc_test_rate(100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_rate() 574 iops / 100, iops % 100); in mmc_test_print_rate() 576 mmc_test_save_transfer_result(test, 1, sectors, ts, rate, iops); in mmc_test_print_rate() 586 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_avg_rate() local 593 iops = mmc_test_rate(count * 100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_avg_rate() 601 rate / 1000, rate / 1024, iops / 100, iops % 100, in mmc_test_print_avg_rate() [all …]
|
/openbmc/qemu/qapi/ |
H A D | block.json | 473 # "iops": 512, 493 # "iops": 0,
|
H A D | block-core.json | 499 # @iops: total I/O operations per second is specified 533 # @iops_max_length: maximum length of the @iops burst period, in 562 'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int', 2574 # @iops: total I/O operations per second 2609 # @iops_max_length: maximum length of the @iops burst period, in 2634 'bps_wr': 'int', 'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int', 2651 # @iops-total: limit total I/O operations per second 2653 # @iops-total-max: I/O operations burst 2655 # @iops-total-max-length: length of the iops-total-max burst period, 2656 # in seconds It must only be set if @iops-total-max is set as [all …]
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 516 .iops = qdict_get_int(qdict, "iops"), in hmp_block_set_io_throttle() 682 inserted->iops || inserted->iops_rd || inserted->iops_wr) in print_block_info() 702 inserted->iops, in print_block_info()
|
/openbmc/linux/drivers/dma/ |
H A D | dmatest.c | 593 unsigned long long iops = 0; in dmatest_func() local 918 iops = dmatest_persec(runtime, total_tests); in dmatest_func() 921 FIXPT_TO_INT(iops), FIXPT_GET_FRAC(iops), in dmatest_func()
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 217 const struct inode_operations *iops) in __aafs_setup_d_inode() argument 232 inode->i_op = iops ? iops : &simple_dir_inode_operations; in __aafs_setup_d_inode() 237 inode->i_op = iops ? iops : &simple_symlink_inode_operations; in __aafs_setup_d_inode() 267 const struct inode_operations *iops) in aafs_create() argument 297 error = __aafs_setup_d_inode(dir, dentry, mode, data, link, fops, iops); in aafs_create()
|
/openbmc/linux/kernel/bpf/ |
H A D | inode.c | 330 const struct inode_operations *iops, in bpf_mkobj_ops() argument 338 inode->i_op = iops; in bpf_mkobj_ops()
|