/openbmc/linux/kernel/sched/ |
H A D | stats.c | 139 enum cpu_idle_type itype; in show_schedstat() local 143 for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES; in show_schedstat() 144 itype++) { in show_schedstat() 146 sd->lb_count[itype], in show_schedstat() 147 sd->lb_balanced[itype], in show_schedstat() 148 sd->lb_failed[itype], in show_schedstat() 149 sd->lb_imbalance[itype], in show_schedstat() 150 sd->lb_gained[itype], in show_schedstat() 151 sd->lb_hot_gained[itype], in show_schedstat() 152 sd->lb_nobusyq[itype], in show_schedstat() [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | inode.c | 385 ni->itype.index.block_size = 0; in __ntfs_init_inode() 386 ni->itype.index.vcn_size = 0; in __ntfs_init_inode() 387 ni->itype.index.collation_rule = 0; in __ntfs_init_inode() 388 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode() 389 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode() 836 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode() 837 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode() 838 if (ni->itype.index.block_size & in ntfs_read_locked_inode() 839 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode() 842 ni->itype.index.block_size); in ntfs_read_locked_inode() [all …]
|
H A D | dir.c | 309 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_lookup_inode_by_name() 321 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_lookup_inode_by_name() 345 dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name() 352 dir_ni->itype.index.block_size); in ntfs_lookup_inode_by_name() 355 index_end = (u8*)ia + dir_ni->itype.index.block_size; in ntfs_lookup_inode_by_name() 365 if (index_end > (u8*)ia + dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name() 787 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); 799 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); 823 dir_ni->itype.index.block_size) { 830 dir_ni->itype.index.block_size); [all …]
|
H A D | index.c | 131 idx_ni->itype.index.collation_rule)) { in ntfs_index_lookup() 134 idx_ni->itype.index.collation_rule)); in ntfs_index_lookup() 213 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup() 265 idx_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_index_lookup() 277 idx_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_index_lookup() 301 idx_ni->itype.index.block_size) { in ntfs_index_lookup() 308 idx_ni->itype.index.block_size); in ntfs_index_lookup() 311 index_end = (u8*)ia + idx_ni->itype.index.block_size; in ntfs_index_lookup() 321 if (index_end > (u8*)ia + idx_ni->itype.index.block_size) { in ntfs_index_lookup() 376 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
|
H A D | attrib.c | 1726 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident() 1728 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident() 1731 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident() 1732 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident() 1734 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident() 1737 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident() 1738 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident() 1739 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident() 1741 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident() 2361 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation() [all …]
|
H A D | compress.c | 476 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block() 491 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block() 589 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
|
H A D | aops.c | 127 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read() 909 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block() 948 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block() 1288 if (ni->itype.index.block_size == PAGE_SIZE) in ntfs_write_mst_block() 1720 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
|
H A D | inode.h | 106 } itype; member
|
H A D | mft.c | 2661 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc() 2662 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc() 2663 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc() 2664 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc() 2665 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc() 2666 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc() 2669 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc() 2670 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
|
H A D | file.c | 1136 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write() 1138 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write() 1229 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
|
H A D | super.c | 1064 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror() 1065 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | imagefeatures.py | 137 for itype in img_types: 138 features += 'IMAGE_FSTYPES += "ext4.%s"\n' % itype 145 for itype in img_types: 147 (bb_vars['IMAGE_LINK_NAME'], itype)) 158 self.assertEqual(data.get('format'), itype, 222 for itype in img_types: 223 if itype == 'multiubi': 230 "%s image %s doesn't exist" % (itype, image_path)) 232 …age_path = os.path.join(bb_vars['DEPLOY_DIR_IMAGE'], "%s.%s" % (bb_vars['IMAGE_LINK_NAME'], itype)) 235 "%s image %s doesn't exist" % (itype, image_path))
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess.h | 297 #define __get_user_asm(x, addr, itype, ltype, label) \ argument 299 "1: mov"itype" %[umem],%[output]\n" \ 358 #define __get_user_asm(x, addr, err, itype) \ argument 360 "1: mov"itype" %[umem],%[output]\n" \ 373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 379 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\ 412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument 419 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\ 479 #define __put_user_goto(x, addr, itype, ltype, label) \ argument 481 "1: mov"itype" %0,%1\n" \
|
/openbmc/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 273 int (*get_fault_info)(struct sysmmu_drvdata *data, unsigned int itype, 310 unsigned int itype, in exynos_sysmmu_v1_get_fault_info() argument 315 if (itype >= ARRAY_SIZE(sysmmu_v1_faults)) in exynos_sysmmu_v1_get_fault_info() 318 finfo = &sysmmu_v1_faults[itype]; in exynos_sysmmu_v1_get_fault_info() 327 unsigned int itype, in exynos_sysmmu_v5_get_fault_info() argument 332 if (itype < ARRAY_SIZE(sysmmu_v5_fault_names)) { in exynos_sysmmu_v5_get_fault_info() 335 } else if (itype >= 16 && itype <= 20) { in exynos_sysmmu_v5_get_fault_info() 338 itype -= 16; in exynos_sysmmu_v5_get_fault_info() 343 fault->name = sysmmu_v5_fault_names[itype]; in exynos_sysmmu_v5_get_fault_info() 350 unsigned int itype, in exynos_sysmmu_v7_get_fault_info() argument [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | iclass.c | 32 SlotMask find_iclass_slots(Opcode opcode, int itype) in find_iclass_slots() argument 69 return iclass_info[itype]; in find_iclass_slots()
|
H A D | iclass.h | 48 SlotMask find_iclass_slots(Opcode opcode, int itype);
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 437 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument 440 { return itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); } 442 #define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ argument 451 ret = itype##_to_##float##fsz##_scalbn(x, -shift, fpstp); \ 456 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument 464 return float##fsz##_to_##itype##_scalbn(x, ROUND, shift, fpst); \ 467 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument 468 VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ 469 VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ 470 VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, \ [all …]
|
/openbmc/linux/sound/firewire/bebob/ |
H A D | bebob_command.c | 100 unsigned int itype) in avc_bridgeco_fill_plug_info_extension_command() argument 106 buf[9] = itype; /* info type */ in avc_bridgeco_fill_plug_info_extension_command()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon-ls.decode | 35 VLDST_multiple 1111 0100 0 . l:1 0 rn:4 .... itype:4 size:2 align:2 rm:4 \
|
H A D | translate-neon.c | 484 if (a->itype > 10) { in trans_VLDST_multiple() 488 switch (a->itype & 0xc) { in trans_VLDST_multiple() 502 nregs = neon_ls_element_type[a->itype].nregs; in trans_VLDST_multiple() 503 interleave = neon_ls_element_type[a->itype].interleave; in trans_VLDST_multiple() 504 spacing = neon_ls_element_type[a->itype].spacing; in trans_VLDST_multiple()
|
/openbmc/linux/fs/proc/ |
H A D | task_mmu.c | 1258 int itype; in clear_refs_write() local 1266 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write() 1269 type = (enum clear_refs_types)itype; in clear_refs_write()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4599 TCGType otype, itype; in tcg_reg_alloc_mov() local 4612 itype = ts->type; in tcg_reg_alloc_mov() 4629 temp_load(s, ts, tcg_target_available_regs[itype], in tcg_reg_alloc_mov() 4699 TCGType itype, vtype; in tcg_reg_alloc_dup() local 4710 itype = its->type; in tcg_reg_alloc_dup() 4760 if (tcg_out_mov(s, itype, ots->reg, its->reg)) { in tcg_reg_alloc_dup() 4771 lowpart_ofs = tcg_type_size(itype) - (1 << vece); in tcg_reg_alloc_dup() 4778 tcg_out_ld(s, itype, ots->reg, its->mem_base->reg, its->mem_offset); in tcg_reg_alloc_dup()
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 5817 itype, idxadr = info[name] 5818 if itype == type:
|