| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | stats.c | 46 enum cpu_idle_type itype; in show_schedstat() local 50 for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES; in show_schedstat() 51 itype++) { in show_schedstat() 53 sd->lb_count[itype], in show_schedstat() 54 sd->lb_balanced[itype], in show_schedstat() 55 sd->lb_failed[itype], in show_schedstat() 56 sd->lb_imbalance[itype], in show_schedstat() 57 sd->lb_gained[itype], in show_schedstat() 58 sd->lb_hot_gained[itype], in show_schedstat() 59 sd->lb_nobusyq[itype], in show_schedstat() [all …]
|
| /OK3568_Linux_fs/kernel/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() 907 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block() 946 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block() 1286 if (ni->itype.index.block_size == PAGE_SIZE) in ntfs_write_mst_block() 1719 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
|
| H A D | mft.c | 2659 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc() 2660 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc() 2661 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc() 2662 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc() 2663 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc() 2664 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc() 2667 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc() 2668 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
|
| H A D | inode.h | 106 } itype; member
|
| H A D | file.c | 1143 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write() 1145 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write() 1236 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | imagefeatures.py | 136 for itype in img_types: 137 features += 'IMAGE_FSTYPES += "wic.%s"\n' % itype 145 for itype in img_types: 147 (link_name, itype)) 158 self.assertEqual(data.get('format'), itype, 216 for itype in img_types: 217 image_path = os.path.join(deploy_dir_image, "%s.%s" % (link_name, itype)) 220 "%s image %s doesn't exist" % (itype, image_path))
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/rockchip/ |
| H A D | rockchip_ion.c | 58 int itype; in rk_ion_of_heap() local 60 for (itype = 0; itype < ARRAY_SIZE(ion_heap_meta); itype++) { in rk_ion_of_heap() 61 if (strcmp(ion_heap_meta[itype].name, node->name)) in rk_ion_of_heap() 66 myheap->id = ion_heap_meta[itype].id; in rk_ion_of_heap()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 339 unsigned long itype, struct pt_regs *regs, in do_dispatch_general() argument 342 unsigned int swid = itype >> ITYPE_offSWID; in do_dispatch_general() 343 unsigned long type = itype & (ITYPE_mskINST | ITYPE_mskETYPE); in do_dispatch_general() 367 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general() 371 unsigned int subtype = (itype & ITYPE_mskSTYPE); in do_dispatch_general() 399 do_debug_trap(entry, addr, itype, regs); in do_dispatch_general()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | uaccess.h | 337 #define __get_user_asm(x, addr, itype, ltype, label) \ argument 339 "1: mov"itype" %[umem],%[output]\n" \ 400 #define __get_user_asm(x, addr, err, itype, ltype) \ argument 402 "1: mov"itype" %[umem],%[output]\n" \ 426 #define __put_user_goto(x, addr, itype, ltype, label) \ argument 428 "1: mov"itype" %0,%1\n" \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_cpp.hpp | 430 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 432 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 439 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 441 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 649 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 652 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \ 689 typedef typename V_TypeTraits<float>::int_type itype; in v_not_nan() typedef 692 c.s[i] = V_TypeTraits<float>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan() 698 typedef typename V_TypeTraits<double>::int_type itype; in v_not_nan() typedef 701 c.s[i] = V_TypeTraits<double>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_cpp.hpp | 430 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 432 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 439 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 441 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 649 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 652 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \ 689 typedef typename V_TypeTraits<float>::int_type itype; in v_not_nan() typedef 692 c.s[i] = V_TypeTraits<float>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan() 698 typedef typename V_TypeTraits<double>::int_type itype; in v_not_nan() typedef 701 c.s[i] = V_TypeTraits<double>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_cpp.hpp | 430 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 432 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 439 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 441 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]… 649 typedef typename V_TypeTraits<_Tp>::int_type itype; \ 652 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \ 689 typedef typename V_TypeTraits<float>::int_type itype; in v_not_nan() typedef 692 c.s[i] = V_TypeTraits<float>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan() 698 typedef typename V_TypeTraits<double>::int_type itype; in v_not_nan() typedef 701 c.s[i] = V_TypeTraits<double>::reinterpret_from_int((itype)-(int)(a.s[i] == a.s[i])); in v_not_nan()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 411 itype = self.item.dereference().type 412 self.isize = 8 * itype.sizeof 459 itype = start.dereference().type 460 bl = 8 * itype.sizeof 667 itype = self.val.type.template_argument(0) 670 return str(self.val.cast(itype)) 673 return str(self.val.cast(itype))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 411 itype = self.item.dereference().type 412 self.isize = 8 * itype.sizeof 459 itype = start.dereference().type 460 bl = 8 * itype.sizeof 667 itype = self.val.type.template_argument(0) 670 return str(self.val.cast(itype)) 673 return str(self.val.cast(itype))
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | exynos-iommu.c | 409 unsigned int i, n, itype; in exynos_sysmmu_irq() local 432 itype = __ffs(readl(data->sfrbase + reg_status)); in exynos_sysmmu_irq() 434 if (finfo->bit == itype) in exynos_sysmmu_irq() 449 writel(1 << itype, data->sfrbase + reg_clear); in exynos_sysmmu_irq()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 1295 int itype; in clear_refs_write() local 1303 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write() 1306 type = (enum clear_refs_types)itype; in clear_refs_write()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | asn1t.h | 464 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | asn1t.h | 464 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | asn1t.h | 464 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member
|