/openbmc/qemu/hw/core/ |
H A D | machine-smp.c | 51 g_string_append_printf(s, " * clusters (%u)", ms->smp.clusters); in cpu_hierarchy_to_string() 94 unsigned clusters = config->has_clusters ? config->clusters : 0; in machine_parse_smp_config() local 110 (config->has_clusters && config->clusters == 0) || in machine_parse_smp_config() 133 config->has_clusters && config->clusters > 1) { in machine_parse_smp_config() 138 clusters = clusters > 0 ? clusters : 1; in machine_parse_smp_config() 178 (drawers * books * dies * clusters * in machine_parse_smp_config() 184 clusters * modules * threads); in machine_parse_smp_config() 193 clusters * modules * threads); in machine_parse_smp_config() 197 (drawers * books * dies * clusters * in machine_parse_smp_config() 206 clusters * modules * cores); in machine_parse_smp_config() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs2.h | 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 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() 801 u32 clusters) in ocfs2_clusters_to_bytes() argument 803 return (u64)clusters << OCFS2_SB(sb)->s_clustersize_bits; in ocfs2_clusters_to_bytes() [all …]
|
H A D | resize.c | 170 static int update_backups(struct inode * inode, u32 clusters, char *data) in update_backups() argument 183 if (cluster >= clusters) in update_backups() 213 u32 clusters = 0; in ocfs2_update_super_and_backups() local 231 clusters = le32_to_cpu(super_di->i_clusters); in ocfs2_update_super_and_backups() 240 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups() 389 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group() 393 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group() 426 else if (total_clusters + input->clusters < total_clusters) in ocfs2_verify_group_and_input() 428 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input() 430 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input() [all …]
|
H A D | ocfs2_trace.h | 505 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 …]
|
/openbmc/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 …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 260.out | 6 initial bitmap: name=bitmap0 dirty-clusters=1 16 check bitmap after commit: name=bitmap0 dirty-clusters=2 17 check updated bitmap: name=bitmap0 dirty-clusters=3 23 initial bitmap: name=bitmap0 dirty-clusters=1 33 check bitmap after commit: name=bitmap0 dirty-clusters=2 34 check updated bitmap: name=bitmap0 dirty-clusters=3 40 initial bitmap: name=bitmap0 dirty-clusters=1 51 check bitmap after commit: name=bitmap0 dirty-clusters=2 52 check updated bitmap: name=bitmap0 dirty-clusters=3
|
H A D | 290.out | 7 # Fill all clusters with data and then discard them 12 # Read the data from the discarded clusters 19 # Fill all clusters with data and then discard them 24 # Read the data from the discarded clusters 38 # Fill all clusters with data and then discard them 43 # Read the data from the discarded clusters 51 # Fill all clusters with data and then discard them 56 # Read the data from the discarded clusters
|
H A D | 108.out | 15 0 leaked clusters 39 0 leaked clusters 56 0 leaked clusters 73 0 leaked clusters 89 0 leaked clusters 105 0 leaked clusters 123 0 leaked clusters 145 0 leaked clusters 186 0 leaked clusters
|
H A D | 154 | 161 echo == spanning two clusters, non-zero before request == 191 echo == spanning two clusters, non-zero after request == 221 echo == spanning two clusters, partially overwriting backing file == 240 echo == spanning multiple clusters, non-zero in first cluster == 256 echo == spanning multiple clusters, non-zero in intermediate cluster == 271 echo == spanning multiple clusters, non-zero in final cluster == 287 echo == spanning multiple clusters, partially overwriting backing file ==
|
H A D | 214.out | 26 0 leaked clusters 36 === Write compressed data of multiple clusters === 48 "compressed-clusters": 8
|
H A D | 060.out | 49 0 leaked clusters 72 1 leaked clusters were found on the image. 85 1 leaked clusters 135 qemu-img: Failed to turn zero into data clusters: Input/output error 151 qemu-img: Failed to turn zero into data clusters: Input/output error 200 0 leaked clusters 222 0 leaked clusters 242 0 leaked clusters 264 0 leaked clusters 279 0 leaked clusters [all …]
|
H A D | 305.out | 7 ### Discard two of the last data clusters, leave one in the middle 13 ### Try to allocate the discarded clusters again
|
H A D | 314.out | 21 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters 37 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters 58 512/768 = 66.67% allocated, 100.00% fragmented, 100.00% compressed clusters 72 1/1 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters
|
H A D | 217.out | 21 4 leaked clusters were found on the image. 37 4 leaked clusters
|
H A D | 271.out | 88 ### Overwriting several clusters without COW ### 108 ### Writing zeroes 1: unallocated clusters (backing file: yes) ### 126 ### Writing zeroes 2: allocated clusters (backing file: yes) ### 151 ### Writing zeroes 3: compressed clusters (backing file: yes) ### 199 ### Writing zeroes 1: unallocated clusters (backing file: no) ### 216 ### Writing zeroes 2: allocated clusters (backing file: no) ### 241 ### Writing zeroes 3: compressed clusters (backing file: no) ### 289 ### Zero + unmap 1: allocated clusters (backing file: yes) ### 317 ### Zero + unmap 2: compressed clusters (backing file: yes) ### 358 ### Zero + unmap 1: allocated clusters (backing file: no) ### [all …]
|
H A D | 112.out | 38 1 leaked clusters were found on the image. 50 1 leaked clusters were found on the image. 53 === Compressed clusters with refcount_bits=1 === 82 2 leaked clusters were found on the image. 137 0 leaked clusters
|
/openbmc/qemu/docs/interop/ |
H A D | qed_spec.txt | 9 …clusters start; this allows the header to be extensible and store extra information about the imag… 20 uint32_t table_size; /* for L1 and L2 tables, in clusters */ 21 uint32_t header_size; /* in clusters */ 38 …'header_size'' is the number of clusters used by the header and any additional information stored … 45 …onstraints. The string must be stored within the first ''header_size'' clusters. The backing fil… 80 A table is made up of one or more contiguous clusters. The table_size header field determines tabl… 82 The logical image size must be less than or equal to the maximum possible size of clusters rooted b… 96 ===Unallocated L2 tables and data clusters=== 99 Writes to an unallocated area cause a new data clusters to be allocated, and a new L2 table if that… 101 ===Zero data clusters=== [all …]
|
H A D | qcow2.txt | 4 (host) clusters. A cluster is the unit in which all allocations are done, 8 clusters of the same size. 39 Must not be less than 9 (i.e. 512 byte clusters). 46 must be at least 14 (i.e. 16384 byte clusters). 58 (56 bits) of populated clusters, and an image may 79 Number of clusters that the refcount table occupies 107 external data file is used. Guest clusters are 109 images, clusters in the external data file are 112 guest offset and neither compressed clusters 120 clusters. The compression_type field must be [all …]
|
H A D | parallels.rst | 60 Disk size, in clusters (BAT size). 119 corresponding cluster. The offset set in clusters for ``WithouFreSpacExt`` 139 contiguous array of clusters. Most of them are allocated by the BAT, some may 141 allocated by extensions. All clusters allocated by ``ext_off`` and extensions 142 should meet the same requirements as clusters specified by BAT entries. 222 clusters inside the Parallels image file. The offsets of these clusters are
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 74 .has_clusters = hc, .clusters = c, \ 108 .has_clusters = true, .clusters = f, \ 724 config->has_clusters ? "true" : "false", config->clusters, in smp_config_to_string() 775 topo->sockets, topo->dies, topo->clusters, in cpu_topology_to_string() 819 (ms->smp.clusters == expect_topo->clusters) && in check_parse() 912 data->expect_prefer_sockets.clusters = 1; in unsupported_params_init() 913 data->expect_prefer_cores.clusters = 1; in unsupported_params_init() 1222 data.expect_prefer_sockets.clusters = 1; in test_with_clusters() 1223 data.expect_prefer_cores.clusters = 1; in test_with_clusters() 1229 data.config.clusters = num_clusters; in test_with_clusters() [all …]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | tegra186-cpufreq.c | 69 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()
|
/openbmc/linux/fs/ntfs3/ |
H A D | Kconfig | 18 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
|
/openbmc/u-boot/doc/ |
H A D | README.Heterogeneous-SoCs | 34 Added top level CONFIG to identify presence of HETEROGENUOUS clusters 50 DSP/SC3900 core clusters 60 CONFIG_PPC_CLUSTER_START - Start index of ppc clusters 61 CONFIG_DSP_CLUSTER_START - Start index of dsp clusters
|
/openbmc/linux/sound/soc/apple/ |
H A D | mca.c | 164 struct mca_cluster clusters[]; member 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[i]; in apple_mca_release() 1012 struct mca_cluster *clusters; in apple_mca_probe() local 1027 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe() 1035 clusters = mca->clusters; in apple_mca_probe() 1068 struct mca_cluster *cl = &clusters[i]; in apple_mca_probe()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks.out | 25 1 leaked clusters 53 0 leaked clusters 64 == write another pattern to the first clusters == 95 == write another pattern to the first clusters == 124 0 leaked clusters
|