Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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()
855 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()
856 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
857 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
858 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()
861 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_SHIFT); in ntfs_index_lookup()
291 idx_ni->itype.index.vcn_size_bits) & ~PAGE_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_SHIFT); in ntfs_lookup_inode_by_name()
334 dir_ni->itype.index.vcn_size_bits) & ~PAGE_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_SHIFT);
812 dir_ni->itype.index.vcn_size_bits) & ~PAGE_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.c490 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()
505 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()
603 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
Daops.c143 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
924 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_SIZE) in ntfs_write_mst_block()
1736 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
Dinode.h120 } itype; member
Dmft.c2673 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()
2674 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()
2675 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc()
2676 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()
2677 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc()
2678 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
2681 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc()
2682 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
Dfile.c1157 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1159 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()
1250 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-v4.19/arch/x86/include/asm/
Duaccess.h380 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
382 "1: mov"itype" %2,%"rtype"1\n" \
386 " xor"itype" %"rtype"1,%"rtype"1\n" \
393 #define __get_user_asm_nozero(x, addr, err, itype, rtype, ltype, errret) \ argument
395 "1: mov"itype" %2,%"rtype"1\n" \
430 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
431 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
434 "3:xor"itype" %"rtype"0,%"rtype"0\n" \
469 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
471 "1: mov"itype" %"rtype"1,%2\n" \
[all …]
/Linux-v4.19/arch/nds32/kernel/
Dtraps.c336 unsigned long itype, struct pt_regs *regs, in do_dispatch_general() argument
339 unsigned int swid = itype >> ITYPE_offSWID; in do_dispatch_general()
340 unsigned long type = itype & (ITYPE_mskINST | ITYPE_mskETYPE); in do_dispatch_general()
381 do_debug_trap(entry, addr, itype, regs); in do_dispatch_general()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_command.c101 unsigned int itype) in avc_bridgeco_fill_plug_info_extension_command() argument
107 buf[9] = itype; /* info type */ in avc_bridgeco_fill_plug_info_extension_command()
/Linux-v4.19/drivers/iommu/
Dexynos-iommu.c412 unsigned int i, n, itype; in exynos_sysmmu_irq() local
435 itype = __ffs(readl(data->sfrbase + reg_status)); in exynos_sysmmu_irq()
437 if (finfo->bit == itype) in exynos_sysmmu_irq()
452 writel(1 << itype, data->sfrbase + reg_clear); in exynos_sysmmu_irq()
/Linux-v4.19/fs/proc/
Dtask_mmu.c1077 int itype; in clear_refs_write() local
1085 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
1088 type = (enum clear_refs_types)itype; in clear_refs_write()
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py4985 itype, idxadr = info[name]
4986 if itype == type: