/linux/block/ |
A D | blk-throttle.c | 166 tg->iops[rw][td->limit_index]) in tg_bps_limit() 203 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit() 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() 481 tg->iops[WRITE][LIMIT_LOW] = 0; in throtl_pd_offline() 1579 tg->iops[READ][index] = v[2]; in tg_set_limit() 1580 tg->iops[WRITE][index] = v[3]; in tg_set_limit() 1600 tg->iops[READ][LIMIT_LOW] = 0; in tg_set_limit() 1885 unsigned int iops; in throtl_downgrade_check() local 1921 if (iops >= tg->iops[READ][LIMIT_LOW]) in throtl_downgrade_check() [all …]
|
A D | blk-throttle.h | 103 unsigned int iops[2][LIMIT_CNT]; member
|
A D | Kconfig | 92 can be used to protect cgroups in terms of bandwidth/iops and better
|
/linux/security/ |
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()
|
/linux/drivers/mmc/core/ |
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 …]
|
/linux/drivers/scsi/ |
A D | dpt_i2o.c | 3080 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table() 3081 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table() 3082 sys_tbl->iops[count].seg_num = 0; in adpt_i2o_build_sys_table() 3083 sys_tbl->iops[count].i2o_version = pHba->status_block->i2o_version; in adpt_i2o_build_sys_table() 3084 sys_tbl->iops[count].iop_state = pHba->status_block->iop_state; in adpt_i2o_build_sys_table() 3085 sys_tbl->iops[count].msg_type = pHba->status_block->msg_type; in adpt_i2o_build_sys_table() 3086 sys_tbl->iops[count].frame_size = pHba->status_block->inbound_frame_size; in adpt_i2o_build_sys_table() 3087 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in adpt_i2o_build_sys_table() 3088 sys_tbl->iops[count].iop_capabilities = pHba->status_block->iop_capabilities; in adpt_i2o_build_sys_table() 3090 sys_tbl->iops[count].inbound_low = dma_low(addr); in adpt_i2o_build_sys_table() [all …]
|
/linux/drivers/dma/ |
A D | dmatest.c | 594 unsigned long long iops = 0; in dmatest_func() local 919 iops = dmatest_persec(runtime, total_tests); in dmatest_func() 922 FIXPT_TO_INT(iops), FIXPT_GET_FRAC(iops), in dmatest_func()
|
/linux/security/apparmor/ |
A D | apparmorfs.c | 214 const struct inode_operations *iops) in __aafs_setup_d_inode() argument 229 inode->i_op = iops ? iops : &simple_dir_inode_operations; in __aafs_setup_d_inode() 234 inode->i_op = iops ? iops : &simple_symlink_inode_operations; in __aafs_setup_d_inode() 264 const struct inode_operations *iops) in aafs_create() argument 294 error = __aafs_setup_d_inode(dir, dentry, mode, data, link, fops, iops); in aafs_create()
|
/linux/drivers/scsi/dpt/ |
A D | dpti_i2o.h | 126 struct i2o_sys_tbl_entry iops[0]; member
|
/linux/kernel/bpf/ |
A D | inode.c | 332 const struct inode_operations *iops, in bpf_mkobj_ops() argument 340 inode->i_op = iops; in bpf_mkobj_ops()
|
/linux/drivers/firmware/ |
A D | ti_sci.c | 2793 struct ti_sci_rm_irq_ops *iops = &ops->rm_irq_ops; in ti_sci_setup_ops() local 2835 iops->set_irq = ti_sci_cmd_set_irq; in ti_sci_setup_ops() 2836 iops->set_event_map = ti_sci_cmd_set_event_map; in ti_sci_setup_ops() 2837 iops->free_irq = ti_sci_cmd_free_irq; in ti_sci_setup_ops() 2838 iops->free_event_map = ti_sci_cmd_free_event_map; in ti_sci_setup_ops()
|
/linux/Documentation/driver-api/dmaengine/ |
A D | dmatest.rst | 135 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
|
/linux/include/linux/ |
A D | security.h | 1929 const struct inode_operations *iops); 1952 const struct inode_operations *iops) in securityfs_create_symlink() argument
|
/linux/fs/nfsd/ |
A D | xdr4.h | 696 struct nfsd4_op iops[8]; member
|
A D | nfs4xdr.c | 2363 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound() 2366 argp->ops = argp->iops; in nfsd4_decode_compound() 5403 if (args->ops != args->iops) { in nfsd4_release_compoundargs() 5405 args->ops = args->iops; in nfsd4_release_compoundargs() 5423 args->ops = args->iops; in nfs4svc_decode_compoundargs()
|
/linux/drivers/usb/gadget/function/ |
A D | f_fs.c | 1382 const struct inode_operations *iops, in ffs_sb_make_inode() argument 1404 if (iops) in ffs_sb_make_inode() 1405 inode->i_op = iops; in ffs_sb_make_inode()
|
/linux/fs/proc/ |
A D | base.c | 137 #define DIR(NAME, MODE, iops, fops) \ argument 138 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
|
/linux/ |
A D | modules.builtin.modinfo | 5 High iops queues are not allocated & 7 0 - balanced: High iops and low latency queues are allocated & 8 interrupt coalescing is enabled only on high iops queues 9 1 - iops: High iops queues are not allocated & 11 2 - latency: High iops queues are not allocated &
|