/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 652 int nob, const struct dt_it_ops *iops, in dt_index_page_build() argument 682 hash = iops->store(env, it); in dt_index_page_build() 708 LASSERT(iops->key_size(env, it) == ii->ii_keysize); in dt_index_page_build() 709 key = iops->key(env, it); in dt_index_page_build() 714 rc = iops->rec(env, it, (struct dt_rec *)tmp_entry, attr); in dt_index_page_build() 729 rc = iops->next(env, it); in dt_index_page_build() 763 const struct dt_it_ops *iops; in dt_index_walk() local 775 iops = &obj->do_index_ops->dio_it; in dt_index_walk() 776 LASSERT(iops != NULL); in dt_index_walk() 777 it = iops->init(env, obj, rdpg->rp_attrs, BYPASS_CAPA); in dt_index_walk() [all …]
|
/linux-4.1.27/drivers/staging/i2o/ |
D | iop.c | 874 systab->iops[count].org_id = sb->org_id; in i2o_systab_build() 875 systab->iops[count].iop_id = c->unit + 2; in i2o_systab_build() 876 systab->iops[count].seg_num = 0; in i2o_systab_build() 877 systab->iops[count].i2o_version = sb->i2o_version; in i2o_systab_build() 878 systab->iops[count].iop_state = sb->iop_state; in i2o_systab_build() 879 systab->iops[count].msg_type = sb->msg_type; in i2o_systab_build() 880 systab->iops[count].frame_size = sb->inbound_frame_size; in i2o_systab_build() 881 systab->iops[count].last_changed = change_ind; in i2o_systab_build() 882 systab->iops[count].iop_capabilities = sb->iop_capabilities; in i2o_systab_build() 883 systab->iops[count].inbound_low = in i2o_systab_build() [all …]
|
D | i2o.h | 608 struct i2o_sys_tbl_entry iops[0]; member
|
/linux-4.1.27/block/ |
D | blk-throttle.c | 134 unsigned int iops[2]; member 444 tg->iops[READ] = -1; in throtl_pd_init() 445 tg->iops[WRITE] = -1; in throtl_pd_init() 470 (tg->bps[rw] != -1 || tg->iops[rw] != -1); in tg_update_has_rules() 788 io_trim = (tg->iops[rw] * throtl_slice * nr_slices)/HZ; in throtl_trim_slice() 834 tmp = (u64)tg->iops[rw] * jiffy_elapsed_rnd; in tg_with_in_iops_limit() 849 jiffy_wait = ((tg->io_disp[rw] + 1) * HZ)/tg->iops[rw] + 1; in tg_with_in_iops_limit() 923 if (tg->bps[rw] == -1 && tg->iops[rw] == -1) { in tg_may_dispatch() 1381 tg->iops[READ], tg->iops[WRITE]); in tg_set_conf() 1440 .private = offsetof(struct throtl_grp, iops[READ]), [all …]
|
/linux-4.1.27/drivers/mmc/card/ |
D | mmc_test.c | 102 unsigned int iops; member 524 unsigned int rate, unsigned int iops) in mmc_test_save_transfer_result() argument 539 tr->iops = iops; in mmc_test_save_transfer_result() 550 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_rate() local 556 iops = mmc_test_rate(100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_rate() 563 iops / 100, iops % 100); in mmc_test_print_rate() 565 mmc_test_save_transfer_result(test, 1, sectors, ts, rate, iops); in mmc_test_print_rate() 575 unsigned int rate, iops, sectors = bytes >> 9; in mmc_test_print_avg_rate() local 582 iops = mmc_test_rate(count * 100, &ts); /* I/O ops per sec x 100 */ in mmc_test_print_avg_rate() 590 rate / 1000, rate / 1024, iops / 100, iops % 100, in mmc_test_print_avg_rate() [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | dpt_i2o.c | 3142 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table() 3143 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table() 3144 sys_tbl->iops[count].seg_num = 0; in adpt_i2o_build_sys_table() 3145 sys_tbl->iops[count].i2o_version = pHba->status_block->i2o_version; in adpt_i2o_build_sys_table() 3146 sys_tbl->iops[count].iop_state = pHba->status_block->iop_state; in adpt_i2o_build_sys_table() 3147 sys_tbl->iops[count].msg_type = pHba->status_block->msg_type; in adpt_i2o_build_sys_table() 3148 sys_tbl->iops[count].frame_size = pHba->status_block->inbound_frame_size; in adpt_i2o_build_sys_table() 3149 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in adpt_i2o_build_sys_table() 3150 sys_tbl->iops[count].iop_capabilities = pHba->status_block->iop_capabilities; in adpt_i2o_build_sys_table() 3152 sys_tbl->iops[count].inbound_low = dma_low(addr); in adpt_i2o_build_sys_table() [all …]
|
/linux-4.1.27/drivers/scsi/dpt/ |
D | dpti_i2o.h | 131 struct i2o_sys_tbl_entry iops[0]; member
|
/linux-4.1.27/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.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 89 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
|
/linux-4.1.27/fs/nfsd/ |
D | xdr4.h | 589 struct nfsd4_op iops[8]; member
|
D | nfs4xdr.c | 1831 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound() 1834 argp->ops = argp->iops; in nfsd4_decode_compound() 4412 if (args->ops != args->iops) { in nfsd4_release_compoundargs() 4414 args->ops = args->iops; in nfsd4_release_compoundargs() 4441 args->ops = args->iops; in nfs4svc_decode_compoundargs()
|
/linux-4.1.27/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.1.27/fs/proc/ |
D | base.c | 125 #define DIR(NAME, MODE, iops, fops) \ argument 126 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 928 const struct dt_it_ops *iops,
|