Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/include/asm/
Duaccess.h368 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
370 "1: mov"itype" %2,%"rtype"1\n" \
374 " xor"itype" %"rtype"1,%"rtype"1\n" \
381 #define __get_user_asm_nozero(x, addr, err, itype, rtype, ltype, errret) \ argument
383 "1: mov"itype" %2,%"rtype"1\n" \
418 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
419 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
422 "3:xor"itype" %"rtype"0,%"rtype"0\n" \
465 #define __put_user_goto(x, addr, itype, rtype, ltype, label) \ argument
467 "1: mov"itype" %"rtype"0,%1\n" \
[all …]
/Linux-v5.4/fs/ntfs/
Dinode.c384 ni->itype.index.block_size = 0; in __ntfs_init_inode()
385 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()
386 ni->itype.index.collation_rule = 0; in __ntfs_init_inode()
387 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode()
388 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()
829 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()
830 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
831 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
832 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()
835 ni->itype.index.block_size); in ntfs_read_locked_inode()
[all …]
Dindex.c131 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()
Ddir.c308 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_lookup_inode_by_name()
320 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_lookup_inode_by_name()
344 dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
351 dir_ni->itype.index.block_size); in ntfs_lookup_inode_by_name()
354 index_end = (u8*)ia + dir_ni->itype.index.block_size; in ntfs_lookup_inode_by_name()
364 if (index_end > (u8*)ia + dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
786 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT);
798 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK));
822 dir_ni->itype.index.block_size) {
829 dir_ni->itype.index.block_size);
[all …]
Dattrib.c1702 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1704 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1707 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1708 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1710 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1713 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1714 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1715 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1717 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2337 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
[all …]
Dcompress.c476 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()
Daops.c129 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
910 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block()
949 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block()
1289 if (ni->itype.index.block_size == PAGE_SIZE) in ntfs_write_mst_block()
1722 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
Dinode.h106 } itype; member
Dmft.c2659 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()
Dfile.c1143 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()
Dsuper.c1056 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror()
1057 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
/Linux-v5.4/arch/nds32/kernel/
Dtraps.c338 unsigned long itype, struct pt_regs *regs, in do_dispatch_general() argument
341 unsigned int swid = itype >> ITYPE_offSWID; in do_dispatch_general()
342 unsigned long type = itype & (ITYPE_mskINST | ITYPE_mskETYPE); in do_dispatch_general()
366 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general()
370 unsigned int subtype = (itype & ITYPE_mskSTYPE); in do_dispatch_general()
398 do_debug_trap(entry, addr, itype, regs); in do_dispatch_general()
/Linux-v5.4/sound/firewire/bebob/
Dbebob_command.c100 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()
/Linux-v5.4/drivers/iommu/
Dexynos-iommu.c409 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()
/Linux-v5.4/fs/proc/
Dtask_mmu.c1143 int itype; in clear_refs_write() local
1151 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
1154 type = (enum clear_refs_types)itype; in clear_refs_write()
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py5439 itype, idxadr = info[name]
5440 if itype == type: