| /linux/arch/arm/common/ |
| H A D | mcpm_entry.c | 36 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 D | group_cpus.c | 299 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 D | tegra186-cpufreq.c | 71 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 D | qcom_l2_pmu.rst | 5 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 D | starfive_starlink_pmu.rst | 7 clusters with an L3 memory system.
|
| H A D | hisi-pmu.rst | 102 clusters (SICL) containing multiple I/O clusters (ICLs). Each CCL/ICL in the
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | bigalloc.rst | 27 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 D | index.rst | 10 clusters and in this context, is a "drop-in" replacement for shared
|
| /linux/arch/arm/include/asm/ |
| H A D | mcpm.h | 298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
|
| /linux/Documentation/driver-api/xilinx/ |
| H A D | eemi.rst | 15 components running across different processing clusters on a chip or
|
| /linux/drivers/platform/mellanox/ |
| H A D | Kconfig | 38 Centers (EDC) for building Ethernet based clusters, High-Performance 72 Centers (EDC) for building Ethernet based clusters, High-Performance
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_functions.c | 2030 struct sdca_cluster *clusters; in find_sdca_clusters() 2042 dev_err(dev, "%pfwP: maximum number of clusters exceeded\n", function_node); in find_sdca_clusters() 2046 clusters = devm_kcalloc(dev, num_clusters, sizeof(*clusters), GFP_KERNEL); in find_sdca_clusters() 2047 if (!clusters) in find_sdca_clusters() 2059 clusters[i].id = cluster_list[i]; in find_sdca_clusters() 2068 "mipi-sdca-cluster-id-0x%X-subproperties", clusters[i].id); in find_sdca_filesets() 2077 ret = find_sdca_cluster_channels(dev, cluster_node, &clusters[i]); in find_sdca_filesets() 2084 function->clusters = clusters; in find_sdca_filesets() 2008 struct sdca_cluster *clusters; find_sdca_clusters() local [all...] |
| /linux/fs/ocfs2/ |
| H A D | refcounttree.h | 42 u32 clusters,
|
| /linux/Documentation/devicetree/bindings/cpu/ |
| H A D | cpu-capacity.txt | 61 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 D | cluster-pm-race-avoidance.rst | 22 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 D | Kconfig | 21 clusters and in this context, is a "drop-in" replacement for shared
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 106 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()
|
| H A D | mballoc.c | 6438 ext4_grpblk_t clusters = new_entry->efd_count; in ext4_mb_free_metadata() local 6480 atomic_add(clusters, &sbi->s_mb_free_pending); in ext4_mb_free_metadata()
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 103 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 D | hi3660-coresight.dtsi | 306 /* An invisible combo funnel between clusters and top funnel */
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp.dtsi | 61 /* We have 1 clusters with 4 Cortex-A35 cores */
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 83 clusters that are not interconnected.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 313 is a useful mode to detect imbalance between clusters. To enable this mode,
|