Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 25 of 44) sorted by relevance

12

/linux/arch/arm/common/
H A Dmcpm_entry.c34 static void __mcpm_cpu_going_down(unsigned int cpu, unsigned int cluster) in __mcpm_cpu_going_down()
47 static void __mcpm_cpu_down(unsigned int cpu, unsigned int cluster) in __mcpm_cpu_down()
63 static void __mcpm_outbound_leave_critical(unsigned int cluster, int state) in __mcpm_outbound_leave_critical()
82 static bool __mcpm_outbound_enter_critical(unsigned int cpu, unsigned int cluster) in __mcpm_outbound_enter_critical()
135 static int __mcpm_cluster_state(unsigned int cluster) in __mcpm_cluster_state()
143 void mcpm_set_entry_vector(unsigned cpu, unsigned cluster, void *ptr) in mcpm_set_entry_vector()
152 void mcpm_set_early_poke(unsigned cpu, unsigned cluster, in mcpm_set_early_poke()
187 static inline bool mcpm_cluster_unused(unsigned int cluster) in mcpm_cluster_unused()
195 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster) in mcpm_cpu_power_up()
241 unsigned int mpidr, cpu, cluster; in mcpm_cpu_power_down() local
[all …]
H A DbL_switcher_dummy_if.c22 unsigned int cpu, cluster; in bL_switcher_write() local
/linux/arch/arm/mach-versatile/
H A Dtc2_pm.c46 static int tc2_pm_cpu_powerup(unsigned int cpu, unsigned int cluster) in tc2_pm_cpu_powerup()
57 static int tc2_pm_cluster_powerup(unsigned int cluster) in tc2_pm_cluster_powerup()
66 static void tc2_pm_cpu_powerdown_prepare(unsigned int cpu, unsigned int cluster) in tc2_pm_cpu_powerdown_prepare()
81 static void tc2_pm_cluster_powerdown_prepare(unsigned int cluster) in tc2_pm_cluster_powerdown_prepare()
112 static int tc2_core_in_reset(unsigned int cpu, unsigned int cluster) in tc2_core_in_reset()
124 static int tc2_pm_wait_for_powerdown(unsigned int cpu, unsigned int cluster) in tc2_pm_wait_for_powerdown()
155 static void tc2_pm_cpu_suspend_prepare(unsigned int cpu, unsigned int cluster) in tc2_pm_cpu_suspend_prepare()
160 static void tc2_pm_cpu_is_up(unsigned int cpu, unsigned int cluster) in tc2_pm_cpu_is_up()
168 static void tc2_pm_cluster_is_up(unsigned int cluster) in tc2_pm_cluster_is_up()
202 unsigned int mpidr, cpu, cluster; in tc2_pm_init() local
H A Dspc.c111 static inline bool cluster_is_a15(u32 cluster) in cluster_is_a15()
150 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set) in ve_spc_cpu_wakeup_irq()
179 void ve_spc_set_resume_addr(u32 cluster, u32 cpu, u32 addr) in ve_spc_set_resume_addr()
204 void ve_spc_powerdown(u32 cluster, bool enable) in ve_spc_powerdown()
215 static u32 standbywfi_cpu_mask(u32 cpu, u32 cluster) in standbywfi_cpu_mask()
234 int ve_spc_cpu_in_wfi(u32 cpu, u32 cluster) in ve_spc_cpu_in_wfi()
250 static int ve_spc_get_performance(int cluster, u32 *freq) in ve_spc_get_performance()
269 static int ve_spc_round_performance(int cluster, u32 freq) in ve_spc_round_performance()
292 static int ve_spc_find_performance_index(int cluster, u32 freq) in ve_spc_find_performance_index()
314 static int ve_spc_set_performance(int cluster, u32 freq) in ve_spc_set_performance()
[all …]
/linux/arch/arm/mach-exynos/
H A Dmcpm-exynos.c57 static int exynos_cpu_powerup(unsigned int cpu, unsigned int cluster) in exynos_cpu_powerup()
106 static int exynos_cluster_powerup(unsigned int cluster) in exynos_cluster_powerup()
116 static void exynos_cpu_powerdown_prepare(unsigned int cpu, unsigned int cluster) in exynos_cpu_powerdown_prepare()
126 static void exynos_cluster_powerdown_prepare(unsigned int cluster) in exynos_cluster_powerdown_prepare()
163 static int exynos_wait_for_powerdown(unsigned int cpu, unsigned int cluster) in exynos_wait_for_powerdown()
184 static void exynos_cpu_is_up(unsigned int cpu, unsigned int cluster) in exynos_cpu_is_up()
H A Dplatsmp.c139 void exynos_cluster_power_down(int cluster) in exynos_cluster_power_down()
148 void exynos_cluster_power_up(int cluster) in exynos_cluster_power_up()
159 int exynos_cluster_power_state(int cluster) in exynos_cluster_power_state()
H A Dsuspend.c268 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in exynos5420_cpu_suspend() local
453 unsigned int mpidr, cluster; in exynos5420_prepare_pm_resume() local
/linux/fs/ocfs2/cluster/
H A Dnodemanager.c49 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_configured_node_map() local
64 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster, in o2nm_node_ip_tree_lookup()
102 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_get_node_by_ip() local
187 struct o2nm_cluster *cluster; in o2nm_node_num_store() local
271 struct o2nm_cluster *cluster; in o2nm_node_ipv4_address_store() local
326 struct o2nm_cluster *cluster; in o2nm_node_local_store() local
453 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_idle_timeout_ms_store() local
490 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_keepalive_delay_ms_store() local
534 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_fence_method_show() local
606 struct o2nm_cluster *cluster = to_o2nm_cluster(group->cg_item.ci_parent); in o2nm_node_group_drop_item() local
[all …]
/linux/arch/arm/mach-sunxi/
H A Dmc_smp.c87 static bool sunxi_core_is_cortex_a15(unsigned int core, unsigned int cluster) in sunxi_core_is_cortex_a15()
115 static int sunxi_cpu_power_switch_set(unsigned int cpu, unsigned int cluster, in sunxi_cpu_power_switch_set()
158 static int sunxi_cpu_powerup(unsigned int cpu, unsigned int cluster) in sunxi_cpu_powerup()
253 static int sunxi_cluster_powerup(unsigned int cluster) in sunxi_cluster_powerup()
374 static bool sunxi_mc_smp_cluster_is_down(unsigned int cluster) in sunxi_mc_smp_cluster_is_down()
393 unsigned int mpidr, cpu, cluster; in sunxi_mc_smp_boot_secondary() local
430 unsigned int cluster = MPIDR_AFFINITY_LEVEL(read_cpuid_mpidr(), 1); in sunxi_cluster_cache_disable() local
445 unsigned int mpidr, cpu, cluster; in sunxi_mc_smp_cpu_die() local
480 static int sunxi_cpu_powerdown(unsigned int cpu, unsigned int cluster) in sunxi_cpu_powerdown()
504 static int sunxi_cluster_powerdown(unsigned int cluster) in sunxi_cluster_powerdown()
[all …]
/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c71 static bool hip04_cluster_is_down(unsigned int cluster) in hip04_cluster_is_down()
81 static void hip04_set_snoop_filter(unsigned int cluster, unsigned int on) in hip04_set_snoop_filter()
100 unsigned int mpidr, cpu, cluster; in hip04_boot_secondary() local
155 unsigned int mpidr, cpu, cluster; in hip04_cpu_die() local
193 unsigned int mpidr, cpu, cluster; in hip04_cpu_kill() local
249 unsigned int mpidr, cpu, cluster; in hip04_cpu_table_init() local
/linux/arch/mips/include/asm/
H A Dmips-cps.h131 static inline uint64_t mips_cps_cluster_config(unsigned int cluster) in mips_cps_cluster_config()
164 static inline unsigned int mips_cps_numcores(unsigned int cluster) in mips_cps_numcores()
181 static inline unsigned int mips_cps_numiocu(unsigned int cluster) in mips_cps_numiocu()
199 static inline unsigned int mips_cps_numvps(unsigned int cluster, unsigned int core) in mips_cps_numvps()
/linux/arch/mips/kernel/
H A Dsmp-cps.c44 static void power_up_other_cluster(unsigned int cluster) in power_up_other_cluster()
89 static unsigned __init core_vpe_count(unsigned int cluster, unsigned core) in core_vpe_count()
457 static void boot_core(unsigned int cluster, unsigned int core, in boot_core()
597 unsigned int cluster = cpu_cluster(&current_cpu_data); in remote_vpe_boot() local
608 unsigned int cluster = cpu_cluster(&cpu_data[cpu]); in cps_boot_secondary() local
844 unsigned int cluster = cpu_cluster(&cpu_data[cpu]); in cps_cleanup_dead_cpu() local
H A Dcacheinfo.c70 int cluster = cpu_cluster(&cpu_data[cpu]); in fill_cpumask_cluster() local
/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c105 static void prefill_clustermask(struct cpumask *cmsk, unsigned int cpu, u32 cluster) in prefill_clustermask()
124 static int alloc_clustermask(unsigned int cpu, u32 cluster, int node) in alloc_clustermask()
179 u32 cluster = apic_cluster(phys_apicid); in x2apic_prepare_cpu() local
/linux/arch/arm/mach-milbeaut/
H A Dplatsmp.c25 unsigned int mpidr, cpu, cluster; in m10v_boot_secondary() local
48 unsigned int mpidr, cpu, cluster; in m10v_smp_init() local
/linux/fs/ocfs2/
H A Dresize.c46 u32 cluster, lgd_cluster; in ocfs2_calc_new_backup_super() local
181 u32 cluster; in update_backups() local
423 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group); in ocfs2_verify_group_and_input() local
/linux/fs/dlm/
H A Dlockspace.c356 static int new_lockspace(const char *name, const char *cluster, in new_lockspace()
619 static int __dlm_new_lockspace(const char *name, const char *cluster, in __dlm_new_lockspace()
648 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace()
657 int dlm_new_user_lockspace(const char *name, const char *cluster, in dlm_new_user_lockspace()
/linux/fs/fat/
H A Dcache.c225 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster()
291 static int fat_bmap_cluster(struct inode *inode, int cluster) in fat_bmap_cluster()
316 int cluster, offset; in fat_get_mapped_cluster() local
H A Dfatent.c466 int fat_alloc_clusters(struct inode *inode, int *cluster, int nr_cluster) in fat_alloc_clusters()
554 int fat_free_clusters(struct inode *inode, int cluster) in fat_free_clusters()
/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m28 cluster = 32*4 / 2**20; variable
/linux/tools/perf/util/
H A Dcpumap.h24 int cluster; global() member
/linux/fs/btrfs/
H A Drelocation.c147 struct file_extent_cluster cluster; member
2652 const struct file_extent_cluster *cluster = &rc->cluster; in prealloc_file_extent_cluster() local
2796 static u64 get_cluster_boundary_end(const struct file_extent_cluster *cluster, in get_cluster_boundary_end()
2811 const struct file_extent_cluster *cluster = &rc->cluster; in relocate_one_folio() local
2967 const struct file_extent_cluster *cluster = &rc->cluster; in relocate_file_extent_cluster() local
3007 struct file_extent_cluster *cluster = &rc->cluster; in relocate_data_extent() local
/linux/arch/alpha/kernel/
H A Dsetup.c288 struct memclust_struct * cluster; in setup_memory() local
372 struct memclust_struct * cluster; in page_is_ram() local
/linux/sound/usb/
H A Dstream.c327 snd_pcm_chmap_elem *convert_chmap_v3(struct uac3_cluster_header_descriptor in convert_chmap_v3()
873 struct uac3_cluster_header_descriptor *cluster; in snd_usb_get_audioformat_uac3() local
/linux/fs/exfat/
H A Dcache.c236 int exfat_get_cluster(struct inode *inode, unsigned int cluster, in exfat_get_cluster()

12