Home
last modified time | relevance | path

Searched refs:clusters (Results 1 – 25 of 28) sorted by relevance

12

/linux/fs/ocfs2/
H A Docfs2.h776 u32 clusters) in ocfs2_clusters_to_blocks() argument
781 return (u64)clusters << c_to_b_bits; in ocfs2_clusters_to_blocks()
807 unsigned int clusters; in ocfs2_clusters_for_bytes() local
811 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_clusters_for_bytes()
813 return clusters; in ocfs2_clusters_for_bytes()
820 unsigned int clusters; in ocfs2_bytes_to_clusters() local
822 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_bytes_to_clusters()
823 return clusters; in ocfs2_bytes_to_clusters()
834 u32 clusters) in ocfs2_clusters_to_bytes() argument
836 return (u64)clusters << OCFS2_SB(sb)->s_clustersize_bits; in ocfs2_clusters_to_bytes()
[all …]
H A Dfile.c1448 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local
1477 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents()
1478 clusters -= cpos; in ocfs2_allocate_unwritten_extents()
1480 while (clusters) { in ocfs2_allocate_unwritten_extents()
1492 if (alloc_size > clusters) in ocfs2_allocate_unwritten_extents()
1493 alloc_size = clusters; in ocfs2_allocate_unwritten_extents()
1512 clusters -= alloc_size; in ocfs2_allocate_unwritten_extents()
2154 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local
2163 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos; in ocfs2_check_range_for_refcount()
2165 while (clusters) { in ocfs2_check_range_for_refcount()
[all …]
H A Drefcounttree.h42 u32 clusters,
/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/lib/
H A Dgroup_cpus.c299 const struct cpumask **clusters; in alloc_cluster_groups() local
323 clusters = kzalloc_objs(*clusters, ncluster); in alloc_cluster_groups()
324 if (!clusters) in alloc_cluster_groups()
336 clusters[n] = cluster_mask; in alloc_cluster_groups()
344 *clusters_ptr = clusters; in alloc_cluster_groups()
349 kfree(clusters); in alloc_cluster_groups()
367 const struct cpumask **clusters; in __try_group_cluster_cpus() local
377 &clusters, &cluster_groups); in __try_group_cluster_cpus()
386 cpumask_and(nmsk, node_cpumask, clusters[nv->id]); in __try_group_cluster_cpus()
397 kfree(clusters); in __try_group_cluster_cpus()
/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c71 struct tegra186_cpufreq_cluster clusters[]; member
192 bpmp_lut = data->clusters[cluster].bpmp_lut; in tegra186_cpufreq_init()
244 cluster = &data->clusters[cluster_id]; in tegra186_cpufreq_get()
360 struct_size(data, clusters, TEGRA186_NUM_CLUSTERS), in tegra186_cpufreq_probe()
378 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_probe()
/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 Dstarfive_starlink_pmu.rst7 clusters with an L3 memory system.
H A Dhisi-pmu.rst102 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
/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/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst10 clusters and in this context, is a "drop-in" replacement for shared
/linux/arch/arm/include/asm/
H A Dmcpm.h298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
/linux/sound/soc/sdca/
H A Dsdca_functions.c2008 struct sdca_cluster *clusters; in find_sdca_clusters() local
2024 clusters = devm_kcalloc(dev, num_clusters, sizeof(*clusters), GFP_KERNEL); in find_sdca_clusters()
2025 if (!clusters) in find_sdca_clusters()
2037 clusters[i].id = cluster_list[i]; in find_sdca_clusters()
2046 "mipi-sdca-cluster-id-0x%X-subproperties", clusters[i].id); in find_sdca_clusters()
2055 ret = find_sdca_cluster_channels(dev, cluster_node, &clusters[i]); in find_sdca_clusters()
2062 function->clusters = clusters; in find_sdca_clusters()
2319 struct sdca_cluster *cluster = &function->clusters[i]; in sdca_id_find_cluster()
/linux/drivers/platform/mellanox/
H A DKconfig38 Centers (EDC) for building Ethernet based clusters, High-Performance
72 Centers (EDC) for building Ethernet based clusters, High-Performance
/linux/Documentation/driver-api/xilinx/
H A Deemi.rst15 components running across different processing clusters on a chip or
/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt61 Example 1 (ARM 64-bit, 6-cpu system, two clusters):
195 Example 2 (ARM 32-bit, 4-cpu system, two clusters,
/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/drivers/block/drbd/
H A DKconfig21 clusters and in this context, is a "drop-in" replacement for shared
/linux/fs/ext4/
H A Dsysfs.c106 ext4_fsblk_t clusters = (ext4_blocks_count(sbi->s_es) >> in reserved_clusters_store() local
111 if (ret || val >= clusters || (s64)val < 0) in reserved_clusters_store()
/linux/Documentation/filesystems/
H A Dvfat.rst103 Use the "free clusters" value stored on FSINFO. It will
104 be used to determine number of free clusters without
107 case. If you are sure the "free clusters" on FSINFO is
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi306 /* An invisible combo funnel between clusters and top funnel */
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qxp.dtsi61 /* We have 1 clusters with 4 Cortex-A35 cores */
/linux/include/sound/
H A Dsdca_function.h1424 struct sdca_cluster *clusters; member
/linux/Documentation/trace/coresight/
H A Dcoresight-ect.rst83 clusters that are not interconnected.
/linux/Documentation/admin-guide/pm/
H A Dintel_uncore_frequency_scaling.rst78 contain one or more fabric clusters.

12