Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2.h719 u32 clusters) in ocfs2_clusters_to_blocks() argument
724 return (u64)clusters << c_to_b_bits; in ocfs2_clusters_to_blocks()
750 unsigned int clusters; in ocfs2_clusters_for_bytes() local
754 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_clusters_for_bytes()
756 return clusters; in ocfs2_clusters_for_bytes()
763 unsigned int clusters; in ocfs2_bytes_to_clusters() local
765 clusters = (unsigned int)(bytes >> cl_bits); in ocfs2_bytes_to_clusters()
766 return clusters; in ocfs2_bytes_to_clusters()
777 u32 clusters) in ocfs2_clusters_to_bytes() argument
779 return (u64)clusters << OCFS2_SB(sb)->s_clustersize_bits; in ocfs2_clusters_to_bytes()
[all …]
H A Dresize.c172 static int update_backups(struct inode * inode, u32 clusters, char *data) in update_backups() argument
185 if (cluster >= clusters) in update_backups()
215 u32 clusters = 0; in ocfs2_update_super_and_backups() local
233 clusters = le32_to_cpu(super_di->i_clusters); in ocfs2_update_super_and_backups()
242 ret = update_backups(inode, clusters, super_bh->b_data); in ocfs2_update_super_and_backups()
391 else if (le16_to_cpu(gd->bg_bits) != input->clusters * cl_bpc) in ocfs2_check_new_group()
395 le16_to_cpu(gd->bg_bits), input->clusters); in ocfs2_check_new_group()
428 else if (total_clusters + input->clusters < total_clusters) in ocfs2_verify_group_and_input()
430 else if (input->clusters > cl_cpg) in ocfs2_verify_group_and_input()
432 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input()
[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 Dfile.c1441 u32 cpos, phys_cpos, clusters, alloc_size; in ocfs2_allocate_unwritten_extents() local
1470 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents()
1471 clusters -= cpos; in ocfs2_allocate_unwritten_extents()
1473 while (clusters) { in ocfs2_allocate_unwritten_extents()
1485 if (alloc_size > clusters) in ocfs2_allocate_unwritten_extents()
1486 alloc_size = clusters; in ocfs2_allocate_unwritten_extents()
1505 clusters -= alloc_size; in ocfs2_allocate_unwritten_extents()
2131 u32 cpos, clusters, extent_len, phys_cpos; in ocfs2_check_range_for_refcount() local
2140 clusters = ocfs2_clusters_for_bytes(sb, pos + count) - cpos; in ocfs2_check_range_for_refcount()
2142 while (clusters) { in ocfs2_check_range_for_refcount()
[all …]
H A Drefcounttree.c2374 u32 clusters, in ocfs2_calc_refcount_meta_credits() argument
2385 while (clusters) { in ocfs2_calc_refcount_meta_credits()
2387 cpos, clusters, &rec, in ocfs2_calc_refcount_meta_credits()
2417 recs_add, (unsigned long long)cpos, clusters, in ocfs2_calc_refcount_meta_credits()
2422 len = min((u64)cpos + clusters, le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2451 if (cpos + clusters < le64_to_cpu(rec.r_cpos) + in ocfs2_calc_refcount_meta_credits()
2459 clusters -= len; in ocfs2_calc_refcount_meta_credits()
2502 (unsigned long long)start_cpos, clusters, in ocfs2_calc_refcount_meta_credits()
2524 u32 clusters, in ocfs2_prepare_refcount_change_for_del() argument
2558 start_cpos, clusters, in ocfs2_prepare_refcount_change_for_del()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp288 Clusters& clusters, in assign_cluster_to_turns() argument
324 clusters[turn.cluster_id].turn_indices.insert(turn_index); in assign_cluster_to_turns()
331 inline void remove_clusters(Turns& turns, Clusters& clusters) in remove_clusters() argument
333 typename Clusters::iterator it = clusters.begin(); in remove_clusters()
334 while (it != clusters.end()) in remove_clusters()
347 clusters.erase(current_it); in remove_clusters()
353 inline void cleanup_clusters(Turns& turns, Clusters& clusters) in cleanup_clusters() argument
356 for (typename Clusters::iterator mit = clusters.begin(); in cleanup_clusters()
357 mit != clusters.end(); ++mit) in cleanup_clusters()
375 remove_clusters(turns, clusters); in cleanup_clusters()
[all …]
H A Doverlay.hpp99 …e void get_ring_turn_info(TurnInfoMap& turn_info_map, Turns const& turns, Clusters const& clusters) in get_ring_turn_info() argument
134 typename Clusters::const_iterator mit = clusters.find(turn.cluster_id); in get_ring_turn_info()
135 BOOST_ASSERT(mit != clusters.end()); in get_ring_turn_info()
322 cluster_type clusters; in apply() local
325 clusters, geometry1, geometry2, in apply()
331 visitor.visit_clusters(clusters, turns); in apply()
346 clusters, in apply()
351 get_ring_turn_info<OverlayType>(turn_info_per_ring, turns, clusters); in apply()
H A Dtraverse.hpp73 Clusters& clusters, in apply() argument
82 > switch_detector(geometry1, geometry2, turns, clusters, in apply()
96 > trav(geometry1, geometry2, turns, clusters, in apply()
H A Denrich_intersection_points.hpp307 Clusters& clusters, in enrich_intersection_points() argument
335 clusters, geometry1, geometry2); in enrich_intersection_points()
433 >(clusters, turns, target_operation, in enrich_intersection_points()
436 detail::overlay::cleanup_clusters(turns, clusters); in enrich_intersection_points()
H A Dtraversal_ring_creator.hpp67 Turns& turns, Clusters const& clusters, in traversal_ring_creator()
70 : m_trav(geometry1, geometry2, turns, clusters, in traversal_ring_creator()
76 , m_clusters(clusters) in traversal_ring_creator()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-switch-conversion.h204 group_cluster (vec<cluster *> &clusters, unsigned start, unsigned end);
242 jump_table_cluster (vec<cluster *> &clusters, unsigned start, unsigned end) in jump_table_cluster() argument
243 : group_cluster (clusters, start, end) in jump_table_cluster()
257 static vec<cluster *> find_jump_tables (vec<cluster *> &clusters);
261 static bool can_be_handled (const vec<cluster *> &clusters, unsigned start,
266 static bool is_beneficial (const vec<cluster *> &clusters, unsigned start,
342 bit_test_cluster (vec<cluster *> &clusters, unsigned start, unsigned end, in bit_test_cluster() argument
344 :group_cluster (clusters, start, end), in bit_test_cluster()
375 static vec<cluster *> find_bit_tests (vec<cluster *> &clusters);
383 static bool can_be_handled (const vec<cluster *> &clusters, unsigned start,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-switch-conversion.h204 group_cluster (vec<cluster *> &clusters, unsigned start, unsigned end);
242 jump_table_cluster (vec<cluster *> &clusters, unsigned start, unsigned end) in jump_table_cluster() argument
243 : group_cluster (clusters, start, end) in jump_table_cluster()
257 static vec<cluster *> find_jump_tables (vec<cluster *> &clusters);
261 static bool can_be_handled (const vec<cluster *> &clusters, unsigned start,
266 static bool is_beneficial (const vec<cluster *> &clusters, unsigned start,
342 bit_test_cluster (vec<cluster *> &clusters, unsigned start, unsigned end, in bit_test_cluster() argument
344 :group_cluster (clusters, start, end), in bit_test_cluster()
375 static vec<cluster *> find_bit_tests (vec<cluster *> &clusters);
383 static bool can_be_handled (const vec<cluster *> &clusters, unsigned start,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp114 timer(std::to_string(zooms[z].clusters.size()) + " clusters"); in Supercluster()
128 auto const &c = zoom.clusters[id]; in getTile()
164 std::vector<Cluster> clusters; member
173 clusters.push_back({ project(f.geometry.get<GeoJSONPoint>()), 1, i++ }); in Zoom()
176 tree.fill(clusters); in Zoom()
180 for (auto &p : previous.clusters) { in Zoom()
190 auto &b = previous.clusters[id]; in Zoom()
202 clusters.push_back({ weight / double(num_points), num_points, p.id }); in Zoom()
205 tree.fill(clusters); in Zoom()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dtegra186-cpufreq.c53 struct tegra186_cpufreq_cluster *clusters; member
62 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_init()
113 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_get()
237 data->clusters = devm_kcalloc(&pdev->dev, ARRAY_SIZE(tegra186_clusters), in tegra186_cpufreq_probe()
238 sizeof(*data->clusters), GFP_KERNEL); in tegra186_cpufreq_probe()
239 if (!data->clusters) in tegra186_cpufreq_probe()
255 struct tegra186_cpufreq_cluster *cluster = &data->clusters[i]; in tegra186_cpufreq_probe()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkmeans_index.h540 KMeansNodePtr* clusters = new KMeansNodePtr[numClusters]; in getClusterCenters() local
542 int clusterCount = getMinVarianceClusters(root_, clusters, numClusters, variance); in getClusterCenters()
547 DistanceType* center = clusters[i]->pivot; in getClusterCenters()
552 delete[] clusters; in getClusterCenters()
1064 …int getMinVarianceClusters(KMeansNodePtr root, KMeansNodePtr* clusters, int clusters_length, Dista… in getMinVarianceClusters() argument
1067 clusters[0] = root; in getMinVarianceClusters()
1076 if (clusters[i]->childs != NULL) { in getMinVarianceClusters()
1078 DistanceType variance = meanVariance - clusters[i]->variance*clusters[i]->size; in getMinVarianceClusters()
1081 variance += clusters[i]->childs[j]->variance*clusters[i]->childs[j]->size; in getMinVarianceClusters()
1096 KMeansNodePtr toSplit = clusters[splitIndex]; in getMinVarianceClusters()
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.Heterogeneous-SoCs34 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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlcnalloc.c139 s64 clusters; in ntfs_cluster_alloc() local
239 clusters = count; in ntfs_cluster_alloc()
400 if (!--clusters) { in ntfs_cluster_alloc()
755 (unsigned long long)(count - clusters)); in ntfs_cluster_alloc()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst10 clusters and in this context, is a "drop-in" replacement for shared
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c28 struct a6xx_gpu_state_obj *clusters; member
569 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
570 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
572 if (!a6xx_state->clusters) in a6xx_get_clusters()
579 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters()
1200 a6xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/
H A Ddrbd_9.0.24-1.bb3 availability clusters. This is done by mirroring a whole \
/OK3568_Linux_fs/kernel/drivers/perf/
H A Dqcom_l2_pmu.c117 struct list_head clusters; member
755 list_for_each_entry(cluster, &l2cache_pmu->clusters, next) { in l2_cache_associate_cpu_with_cluster()
866 list_add(&cluster->next, &l2cache_pmu->clusters); in l2_cache_pmu_probe_cluster()
907 INIT_LIST_HEAD(&l2cache_pmu->clusters); in l2_cache_pmu_probe()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmcpm.h298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member

123