Home
last modified time | relevance | path

Searched full:clusters (Results 1 – 25 of 136) sorted by relevance

123456

/linux/fs/ocfs2/
H A Docfs2.h458 * How many clusters in our truncate log.
743 u32 clusters) in ocfs2_clusters_to_blocks() argument
748 return (u64)clusters << c_to_b_bits; in ocfs2_clusters_to_blocks()
774 unsigned int clusters; in ocfs2_clusters_for_bytes() local
777 /* OCFS2 just cannot have enough clusters to overflow this */ in ocfs2_clusters_for_bytes()
778 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_clusters_for_bytes()
780 return clusters; in ocfs2_clusters_for_bytes()
787 unsigned int clusters; in ocfs2_bytes_to_clusters() local
789 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_bytes_to_clusters()
790 return clusters; in ocfs2_bytes_to_clusters()
[all …]
H A Docfs2_trace.h505 unsigned int e_cpos, unsigned int clusters),
506 TP_ARGS(owner, cpos, len, index, e_cpos, clusters),
513 __field(unsigned int, clusters)
521 __entry->clusters = clusters;
525 __entry->e_cpos, __entry->clusters)
530 unsigned int clusters, unsigned int depth),
531 TP_ARGS(ino, new_cpos, clusters, depth),
535 __field(unsigned int, clusters)
541 __entry->clusters = clusters;
546 __entry->clusters, __entry->depth)
[all …]
H A Docfs2_ioctl.h42 __u32 clusters; /* Total number of clusters in this group */ member
43 __u32 frees; /* Total free clusters in this group */
150 __u32 ffs_min; /* Minimum free chunksize in clusters */
155 __u32 iff_chunksize; /* chunksize in clusters(in) */
210 claim new clusters
H A Dreservations.h109 * @clen: length (in clusters) of proposed allocation
129 * @cstart: start of allocation in clusters
130 * @clen: end of allocation in clusters.
H A Ddlmglue.h74 u64 tf_start; /* trim start offset in clusters */
75 u64 tf_len; /* trim end offset in clusters */
76 u64 tf_minlen; /* trim minimum contiguous free clusters */
H A Dfile.c1036 * Call this even if we don't add any clusters to the tree. We in ocfs2_extend_no_holes()
1438 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local
1467 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents()
1468 clusters -= cpos; in ocfs2_allocate_unwritten_extents()
1470 while (clusters) { in ocfs2_allocate_unwritten_extents()
1482 if (alloc_size > clusters) in ocfs2_allocate_unwritten_extents()
1483 alloc_size = clusters; in ocfs2_allocate_unwritten_extents()
1502 clusters -= alloc_size; in ocfs2_allocate_unwritten_extents()
1513 * Truncate a byte range, avoiding pages within partial clusters. This
1587 * partial clusters here. There's no need to worry about in ocfs2_zero_partial_clusters()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_defs.h78 * clusters by 2 and round up
80 #define ROGUE_REQ_NUM_DUSTS(CLUSTERS) (((CLUSTERS) + 1U) / 2U) argument
84 * the number of clusters by 4 and round up
86 #define ROGUE_REQ_NUM_PHANTOMS(CLUSTERS) (((CLUSTERS) + 3U) / 4U) argument
87 #define ROGUE_REQ_NUM_BERNADOS(CLUSTERS) (((CLUSTERS) + 3U) / 4U) argument
88 #define ROGUE_REQ_NUM_BLACKPEARLS(CLUSTERS) (((CLUSTERS) + 3U) / 4U) argument
/linux/arch/arm/common/
H A Dmcpm_entry.c36 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN; in __mcpm_cpu_going_down()
37 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_going_down()
50 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_DOWN; in __mcpm_cpu_down()
51 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_down()
66 mcpm_sync.clusters[cluster].cluster = state; in __mcpm_outbound_leave_critical()
67 sync_cache_w(&mcpm_sync.clusters[cluster].cluster); in __mcpm_outbound_leave_critical()
85 struct mcpm_sync_struct *c = &mcpm_sync.clusters[cluster]; in __mcpm_outbound_enter_critical()
137 sync_cache_r(&mcpm_sync.clusters[cluster].cluster); in __mcpm_cluster_state()
138 return mcpm_sync.clusters[cluster].cluster; in __mcpm_cluster_state()
436 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()
[all …]
/linux/arch/mips/include/asm/
H A Dmips-cps.h111 * mips_cps_numclusters - return the number of clusters present in the system
113 * Returns the number of clusters in the system.
138 * clusters so we can trivially read the GCR_CONFIG register in mips_cps_cluster_config()
233 * mips_cps_multicluster_cpus() - Detect whether CPUs are in multiple clusters
235 * Determine whether the system includes CPUs in multiple clusters - ie.
238 * whether multiple clusters are present - it is possible for there to be
239 * clusters which contain no CPUs, which this function will effectively ignore.
241 * Returns true if CPUs are spread across multiple clusters, else false.
251 * Thus we can detect multiple clusters trivially by checking whether in mips_cps_multicluster_cpus()
/linux/Documentation/devicetree/bindings/sound/
H A Dapple,mca.yaml11 composed of a number of identical clusters which can operate independently
12 or in an interlinked fashion. Up to 6 clusters have been seen on an MCA.
31 - description: Register region of the MCA clusters proper
89 Clusters' input reference clock.
99 domains of individual clusters for their operation.
/linux/fs/ntfs3/
H A DKconfig18 bool "64 bits per NTFS clusters"
21 Windows implementation of ntfs.sys uses 32 bits per clusters.
22 If activated 64 bits per clusters you will be able to use 4k cluster
H A Dattrib.c91 * run_deallocate_ex - Deallocate clusters.
121 /* mark bitmap range [lcn + clen) as free and trim clusters. */ in run_deallocate_ex()
255 /* len - how many clusters required to store 'rsize' bytes */ in attr_make_nonresident()
342 /* Undo: do not trim new allocated clusters. */ in attr_make_nonresident()
397 * - Sparse/compressed: No allocated clusters.
398 * - Normal: Append allocated and preallocated new clusters.
517 * Add clusters. In simple case we have to: in attr_set_size()
527 /* MFT allocates clusters from MFT zone. */ in attr_set_size()
696 * Truncate clusters. In simple case we have to: in attr_set_size()
700 * - mark and trim clusters as free (vcn, lcn, len) in attr_set_size()
[all …]
H A Dsuper.c10 * vcn - virtual cluster number - Offset inside the file in clusters.
12 * lcn - logical cluster number - 0 based cluster in clusters heap.
24 * ntfs allows up to 2^64 clusters per volume.
33 * | Volume size | Clusters | ntfs.sys | ntfs3 | ntfs3_64 | mkntfs | chkdsk |
456 * number of clusters
875 u64 sectors, clusters, mlcn, mlcn2, dev_size0; in ntfs_init_from_boot() local
1053 clusters = sbi->volume.size >> cluster_bits; in ntfs_init_from_boot()
1056 if (clusters >> 32) { in ntfs_init_from_boot()
1067 sbi->used.bitmap.nbits = clusters; in ntfs_init_from_boot()
1093 sbi->maxbytes = (clusters << cluster_bits) - 1; in ntfs_init_from_boot()
[all …]
/linux/sound/soc/apple/
H A Dmca.c7 // The MCA peripheral is made up of a number of identical units called clusters.
11 // The clusters can operate independently, or can be combined together in a
14 // ports. The I2S ports can be routed to any of the clusters (irrespective
160 /* Mutex for accessing port_driver of foreign clusters */
164 struct mca_cluster clusters[] __counted_by(nclusters);
188 return &mca->clusters[cluster_no]; in mca_dai_to_cluster()
312 be_cl = &mca->clusters[i]; in mca_fe_clocks_in_use()
339 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_prepare()
373 fe_cl = &mca->clusters[cl->port_driver]; in mca_be_hw_free()
991 struct mca_cluster *cl = &mca->clusters[ in apple_mca_release()
1012 struct mca_cluster *clusters; apple_mca_probe() local
[all...]
/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c69 struct tegra186_cpufreq_cluster clusters[]; member
77 policy->freq_table = data->clusters[cluster].table; in tegra186_cpufreq_init()
112 cluster = &data->clusters[cluster_id]; in tegra186_cpufreq_get()
225 struct_size(data, clusters, TEGRA186_NUM_CLUSTERS), in tegra186_cpufreq_probe()
243 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_probe()
/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst27 on, the block bitmaps track clusters, not individual blocks. This means
31 units of clusters instead of blocks” to the extent tree, though it is
/linux/fs/ext4/
H A Dballoc.c85 * Return the number of clusters used for file system metadata; this
100 /* This is the number of clusters used by the superblock, in ext4_num_overhead_clusters()
107 * Account and record inode table clusters if any cluster in ext4_num_overhead_clusters()
130 * to see if the cluster is already accounted for in the clusters in ext4_num_overhead_clusters()
644 * dirty clusters & root reserved clusters. in ext4_has_free_clusters()
649 /* Hm, nope. Are (enough) root reserved clusters available? */ in ext4_has_free_clusters()
730 * @count: pointer to total number of clusters needed
765 * ext4_count_free_clusters() -- count filesystem free clusters
768 * Adds up the number of free clusters from each block group.
/linux/fs/fat/
H A Dfile.c257 * we just allocate clusters without zeroing them out. Otherwise we
258 * allocate and zero out clusters via an expanding truncate.
263 int nr_cluster; /* Number of clusters to be allocated */ in fat_fallocate()
285 /* First compute the number of clusters to be allocated */ in fat_fallocate()
290 /* Start the allocation.We are not zeroing out the clusters */ in fat_fallocate()
309 /* Free all clusters after the skip'th cluster. */
/linux/Documentation/admin-guide/perf/
H A Dqcom_l2_pmu.rst5 This driver supports the L2 cache clusters found in Qualcomm Technologies
6 Centriq SoCs. There are multiple physical L2 cache clusters, each with their
H A Dhisi-pmu.rst93 contains several Compute Clusters (CCLs). The I/O dies are called Super I/O
94 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,omap-mailbox.yaml38 combine multiple clusters into a single IP block present within the Main
39 NavSS. The interrupt lines from all these clusters are multiplexed and routed
42 block comprising of multiple clusters, but the number of clusters are
/linux/drivers/cpuidle/
H A Dcpuidle-big_little.c48 * Current values for big and LITTLE clusters are provided for clusters
55 * The current values for both clusters are provided for a CPU whose half
/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst22 In a system containing multiple clusters of CPUs, it is also desirable
23 to have the ability to turn off entire clusters.
25 Turning entire clusters off and on is a risky business, because it
519 clusters of clusters are not supported). The algorithm could be
/linux/Documentation/filesystems/
H A Derofs.rst118 compressed physical clusters;
120 physical clusters for further reading.
122 for the rest compressed physical clusters.
319 extents and in the meanwhile, compressed into physical clusters (pclusters).
320 In order to record each variable-sized extent, logical clusters (lclusters) are
/linux/drivers/base/
H A Darch_topology.c593 * First check for child clusters; we currently ignore any in parse_cluster()
594 * information about the nesting of clusters and present the in parse_cluster()
609 pr_warn("Topology for clusters of clusters not yet supported\n"); in parse_cluster()
628 pr_err("%pOF: cpu-map children should be clusters\n", c); in parse_cluster()
742 * For systems with no shared cpu-side LLC but with clusters defined, in cpu_coregroup_mask()

123456