Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dstats.c149 enum cpu_idle_type itype; in show_schedstat() local
153 for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES; in show_schedstat()
154 itype++) { in show_schedstat()
156 sd->lb_count[itype], in show_schedstat()
157 sd->lb_balanced[itype], in show_schedstat()
158 sd->lb_failed[itype], in show_schedstat()
159 sd->lb_imbalance[itype], in show_schedstat()
160 sd->lb_gained[itype], in show_schedstat()
161 sd->lb_hot_gained[itype], in show_schedstat()
162 sd->lb_nobusyq[itype], in show_schedstat()
[all …]
/linux-6.3-rc2/fs/ntfs/
A Dinode.c385 ni->itype.index.block_size = 0; in __ntfs_init_inode()
386 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()
389 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()
838 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
842 ni->itype.index.block_size); in ntfs_read_locked_inode()
849 ni->itype.index.block_size, in ntfs_read_locked_inode()
858 ni->itype.index.block_size, in ntfs_read_locked_inode()
1085 ffs(ni->itype. in ntfs_read_locked_inode()
1367 ffs(ni->itype.compressed. in ntfs_read_locked_attr_inode()
1574 ni->itype.index.block_size_bits = ffs(ni->itype.index.block_size) - 1; in ntfs_read_locked_index_inode()
[all …]
A Ddir.c345 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()
823 dir_ni->itype.index.block_size) {
830 dir_ni->itype.index.block_size);
1270 ndir->itype.index.block_size_bits; in ntfs_readdir()
1314 ~(s64)(ndir->itype.index.block_size - 1)) >> in ntfs_readdir()
1315 ndir->itype.index.vcn_size_bits)) { in ntfs_readdir()
1326 ndir->itype.index.block_size)) { in ntfs_readdir()
1332 ndir->itype.index.vcn_size_bits, vdir->i_ino, in ntfs_readdir()
1334 ndir->itype.index.block_size); in ntfs_readdir()
[all …]
A 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()
A Dattrib.c1726 ni->itype.compressed.size = ni->allocated_size; 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()
2363 cpu_to_sle64(ni->itype.compressed.size); in ntfs_attr_extend_allocation()
2364 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_extend_allocation()
[all …]
A 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()
A Daops.c127 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()
A Dinode.h106 } itype; member
A 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()
A Dfile.c1136 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()
A Dsuper.c1064 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()
/linux-6.3-rc2/arch/x86/include/asm/
A Duaccess.h319 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
321 "1: mov"itype" %[umem],%[output]\n" \
380 #define __get_user_asm(x, addr, err, itype) \ argument
382 "1: mov"itype" %[umem],%[output]\n" \
395 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
401 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
434 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
441 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
501 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
503 "1: mov"itype" %0,%1\n" \
/linux-6.3-rc2/drivers/iommu/
A Dexynos-iommu.c310 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
356 fault->name = sysmmu_v7_fault_names[itype % 4]; in exynos_sysmmu_v7_get_fault_info()
[all …]
/linux-6.3-rc2/sound/firewire/bebob/
A 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-6.3-rc2/fs/proc/
A Dtask_mmu.c1259 int itype; in clear_refs_write() local
1267 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
1270 type = (enum clear_refs_types)itype; in clear_refs_write()
/linux-6.3-rc2/tools/power/pm-graph/
A Dsleepgraph.py5796 itype, idxadr = info[name]
5797 if itype == type:

Completed in 51 milliseconds