/linux-4.4.14/block/ |
D | blk-throttle.c | 126 unsigned int iops[2]; member 345 tg->iops[READ] = -1; in throtl_pd_alloc() 346 tg->iops[WRITE] = -1; in throtl_pd_alloc() 389 (tg->bps[rw] != -1 || tg->iops[rw] != -1); in tg_update_has_rules() 645 io_trim = (tg->iops[rw] * throtl_slice * nr_slices)/HZ; in throtl_trim_slice() 691 tmp = (u64)tg->iops[rw] * jiffy_elapsed_rnd; in tg_with_in_iops_limit() 706 jiffy_wait = ((tg->io_disp[rw] + 1) * HZ)/tg->iops[rw] + 1; in tg_with_in_iops_limit() 780 if (tg->bps[rw] == -1 && tg->iops[rw] == -1) { in tg_may_dispatch() 1156 tg->iops[READ], tg->iops[WRITE]); in tg_conf_updated() 1245 .private = offsetof(struct throtl_grp, iops[READ]), [all …]
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 102 unsigned int iops; member 518 unsigned int rate, unsigned int iops) in mmc_test_save_transfer_result() argument 533 tr->iops = iops; in mmc_test_save_transfer_result() 544 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_rate() local 550 iops = mmc_test_rate(100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_rate() 557 iops / 100, iops % 100); in mmc_test_print_rate() 559 mmc_test_save_transfer_result(test, 1, sectors, ts, rate, iops); in mmc_test_print_rate() 569 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_avg_rate() local 576 iops = mmc_test_rate(count * 100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_avg_rate() 584 rate / 1000, rate / 1024, iops / 100, iops % 100, in mmc_test_print_avg_rate() [all …]
|
/linux-4.4.14/kernel/bpf/ |
D | inode.c | 151 umode_t mode, const struct inode_operations *iops) in bpf_mkobj_ops() argument 162 inode->i_op = iops; in bpf_mkobj_ops()
|
/linux-4.4.14/drivers/scsi/ |
D | dpt_i2o.c | 3145 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table() 3146 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table() 3147 sys_tbl->iops[count].seg_num = 0; in adpt_i2o_build_sys_table() 3148 sys_tbl->iops[count].i2o_version = pHba->status_block->i2o_version; in adpt_i2o_build_sys_table() 3149 sys_tbl->iops[count].iop_state = pHba->status_block->iop_state; in adpt_i2o_build_sys_table() 3150 sys_tbl->iops[count].msg_type = pHba->status_block->msg_type; in adpt_i2o_build_sys_table() 3151 sys_tbl->iops[count].frame_size = pHba->status_block->inbound_frame_size; in adpt_i2o_build_sys_table() 3152 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in adpt_i2o_build_sys_table() 3153 sys_tbl->iops[count].iop_capabilities = pHba->status_block->iop_capabilities; in adpt_i2o_build_sys_table() 3155 sys_tbl->iops[count].inbound_low = dma_low(addr); in adpt_i2o_build_sys_table() [all …]
|
/linux-4.4.14/drivers/scsi/dpt/ |
D | dpti_i2o.h | 131 struct i2o_sys_tbl_entry iops[0]; member
|
/linux-4.4.14/drivers/ide/ |
D | Makefile | 7 ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \
|
/linux-4.4.14/Documentation/dmaengine/ |
D | dmatest.txt | 89 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
|
/linux-4.4.14/fs/nfsd/ |
D | xdr4.h | 590 struct nfsd4_op iops[8]; member
|
D | nfs4xdr.c | 1832 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound() 1835 argp->ops = argp->iops; in nfsd4_decode_compound() 4432 if (args->ops != args->iops) { in nfsd4_release_compoundargs() 4434 args->ops = args->iops; in nfsd4_release_compoundargs() 4461 args->ops = args->iops; in nfs4svc_decode_compoundargs()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1081 const struct inode_operations *iops, in ffs_sb_make_inode() argument 1103 if (iops) in ffs_sb_make_inode() 1104 inode->i_op = iops; in ffs_sb_make_inode()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 125 #define DIR(NAME, MODE, iops, fops) \ argument 126 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 489 The maximum bandwidth and/or iops setting, only available if
|