Home
last modified time | relevance | path

Searched refs:itype (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/kernel/sched/
Dstats.c46 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 …]
/linux-4.4.14/fs/ntfs/
Dinode.c410 ni->itype.index.block_size = 0; in __ntfs_init_inode()
411 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()
412 ni->itype.index.collation_rule = 0; in __ntfs_init_inode()
413 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode()
414 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()
862 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()
863 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
864 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
865 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()
868 ni->itype.index.block_size); in ntfs_read_locked_inode()
[all …]
Dindex.c145 idx_ni->itype.index.collation_rule)) { in ntfs_index_lookup()
148 idx_ni->itype.index.collation_rule)); in ntfs_index_lookup()
227 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
279 idx_ni->itype.index.vcn_size_bits >> PAGE_CACHE_SHIFT); in ntfs_index_lookup()
291 idx_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_MASK)); in ntfs_index_lookup()
315 idx_ni->itype.index.block_size) { in ntfs_index_lookup()
322 idx_ni->itype.index.block_size); in ntfs_index_lookup()
325 index_end = (u8*)ia + idx_ni->itype.index.block_size; in ntfs_index_lookup()
335 if (index_end > (u8*)ia + idx_ni->itype.index.block_size) { in ntfs_index_lookup()
390 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
Ddir.c322 dir_ni->itype.index.vcn_size_bits >> PAGE_CACHE_SHIFT); in ntfs_lookup_inode_by_name()
334 dir_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_MASK)); in ntfs_lookup_inode_by_name()
358 dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
365 dir_ni->itype.index.block_size); in ntfs_lookup_inode_by_name()
368 index_end = (u8*)ia + dir_ni->itype.index.block_size; in ntfs_lookup_inode_by_name()
378 if (index_end > (u8*)ia + dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
800 dir_ni->itype.index.vcn_size_bits >> PAGE_CACHE_SHIFT);
812 dir_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_MASK));
836 dir_ni->itype.index.block_size) {
843 dir_ni->itype.index.block_size);
[all …]
Dattrib.c1716 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1718 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1721 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1722 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1724 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1727 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1728 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1729 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1731 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2351 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
[all …]
Dcompress.c496 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()
511 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()
605 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
Daops.c144 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
927 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block()
963 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block()
1303 if (ni->itype.index.block_size == PAGE_CACHE_SIZE) in ntfs_write_mst_block()
1736 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
Dinode.h120 } itype; member
Dmft.c2670 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()
2671 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()
2672 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc()
2673 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()
2674 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc()
2675 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
2678 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc()
2679 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
Dfile.c1158 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1160 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()
1251 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
Dsuper.c1070 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror()
1071 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
/linux-4.4.14/arch/x86/include/asm/
Duaccess.h360 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
362 "1: mov"itype" %2,%"rtype"1\n" \
366 " xor"itype" %"rtype"1,%"rtype"1\n" \
394 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
395 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
425 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
427 "1: mov"itype" %"rtype"1,%2\n" \
437 #define __put_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
438 asm volatile("1: mov"itype" %"rtype"0,%1\n" \
/linux-4.4.14/drivers/iommu/
Dexynos-iommu.c305 enum exynos_sysmmu_inttype itype, in show_fault_information() argument
310 if ((itype >= SYSMMU_FAULTS_NUM) || (itype < SYSMMU_PAGEFAULT)) in show_fault_information()
311 itype = SYSMMU_FAULT_UNKNOWN; in show_fault_information()
314 sysmmu_fault_name[itype], fault_addr, name, &pgtable_base); in show_fault_information()
329 enum exynos_sysmmu_inttype itype; in exynos_sysmmu_irq() local
340 itype = (enum exynos_sysmmu_inttype) in exynos_sysmmu_irq()
342 if (WARN_ON(!((itype >= 0) && (itype < SYSMMU_FAULT_UNKNOWN)))) in exynos_sysmmu_irq()
343 itype = SYSMMU_FAULT_UNKNOWN; in exynos_sysmmu_irq()
345 addr = __raw_readl(data->sfrbase + fault_reg_offset[itype]); in exynos_sysmmu_irq()
347 if (itype == SYSMMU_FAULT_UNKNOWN) { in exynos_sysmmu_irq()
[all …]
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h255 #define __get_user_asm(x, addr, err, itype) \ argument
258 "1: ld"itype" %1,@%2\n" \
395 #define __put_user_asm(x, addr, err, itype) \ argument
398 "1: st"itype" %1,@%2\n" \
/linux-4.4.14/sound/firewire/bebob/
Dbebob_command.c97 unsigned int itype) in avc_bridgeco_fill_plug_info_extension_command() argument
103 buf[9] = itype; /* info type */ in avc_bridgeco_fill_plug_info_extension_command()
/linux-4.4.14/fs/proc/
Dtask_mmu.c917 int itype; in clear_refs_write() local
925 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
928 type = (enum clear_refs_types)itype; in clear_refs_write()