Home
last modified time | relevance | path

Searched defs:cpus (Results 1 – 25 of 166) sorted by relevance

1234567

/linux-6.3-rc2/tools/lib/perf/
A Dcpumap.c15 struct perf_cpu_map *cpus = malloc(sizeof(*cpus) + sizeof(struct perf_cpu) * nr_cpus); in perf_cpu_map__alloc() local
27 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__dummy_new() local
59 struct perf_cpu_map *cpus; in cpu_map__default_new() local
93 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__trim_new() local
113 struct perf_cpu_map *cpus = NULL; in perf_cpu_map__read() local
171 struct perf_cpu_map *cpus = NULL; in cpu_map__read_all_cpu_map() local
185 struct perf_cpu_map *cpus = NULL; in perf_cpu_map__new() local
260 struct perf_cpu perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx) in perf_cpu_map__cpu()
272 int perf_cpu_map__nr(const struct perf_cpu_map *cpus) in perf_cpu_map__nr()
282 int perf_cpu_map__idx(const struct perf_cpu_map *cpus, struct perf_cpu cpu) in perf_cpu_map__idx()
[all …]
/linux-6.3-rc2/tools/lib/perf/include/perf/
A Dcpumap.h30 #define perf_cpu_map__for_each_cpu(cpu, idx, cpus) \ argument
35 #define perf_cpu_map__for_each_idx(idx, cpus) \ argument
/linux-6.3-rc2/sound/soc/intel/boards/
A Dsof_cs42l42.c308 struct snd_soc_dai_link_component *cpus, in create_spk_amp_dai_links()
361 struct snd_soc_dai_link_component *cpus, in create_hp_codec_dai_links()
400 struct snd_soc_dai_link_component *cpus, in create_dmic_dai_links()
441 struct snd_soc_dai_link_component *cpus, in create_hdmi_dai_links()
500 struct snd_soc_dai_link_component *cpus, in create_bt_offload_dai_links()
545 struct snd_soc_dai_link_component *cpus; in sof_card_dai_links_create() local
/linux-6.3-rc2/include/linux/
A Dstop_machine.h148 const struct cpumask *cpus) in stop_machine_cpuslocked()
159 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
166 const struct cpumask *cpus) in stop_machine_from_inactive_cpu()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_gen2_config.c16 int cpus = num_online_cpus(); in adf_gen2_crypto_dev_config() local
115 int cpus = num_online_cpus(); in adf_gen2_comp_dev_config() local
/linux-6.3-rc2/tools/perf/arch/arm64/util/
A Dheader.c17 static int _get_cpuid(char *buf, size_t sz, struct perf_cpu_map *cpus) in _get_cpuid()
67 struct perf_cpu_map *cpus = perf_cpu_map__new(NULL); in get_cpuid() local
/linux-6.3-rc2/drivers/base/
A Darch_topology.c31 static bool supports_scale_freq_counters(const struct cpumask *cpus) in supports_scale_freq_counters()
60 const struct cpumask *cpus) in topology_set_scale_freq_source()
91 const struct cpumask *cpus) in topology_clear_scale_freq_source()
130 void topology_set_freq_scale(const struct cpumask *cpus, unsigned long cur_freq, in topology_set_freq_scale()
177 void topology_update_thermal_pressure(const struct cpumask *cpus, in topology_update_thermal_pressure()
/linux-6.3-rc2/drivers/crypto/caam/
A Dqi.c409 const cpumask_t *cpus = qman_affine_cpus(); in caam_drv_ctx_init() local
521 const cpumask_t *cpus = qman_affine_cpus(); in caam_qi_shutdown() local
697 const cpumask_t *cpus = qman_affine_cpus(); in alloc_rsp_fqs() local
714 const cpumask_t *cpus = qman_affine_cpus(); in free_rsp_fqs() local
725 const cpumask_t *cpus = qman_affine_cpus(); in caam_qi_init() local
/linux-6.3-rc2/drivers/clk/sunxi/
A Dclk-sun9i-cpus.c55 struct sun9i_a80_cpus_clk *cpus = to_sun9i_a80_cpus_clk(hw); in sun9i_a80_cpus_clk_recalc_rate() local
155 struct sun9i_a80_cpus_clk *cpus = to_sun9i_a80_cpus_clk(hw); in sun9i_a80_cpus_clk_set_rate() local
188 struct sun9i_a80_cpus_clk *cpus; in sun9i_a80_cpus_setup() local
/linux-6.3-rc2/tools/perf/util/
A Devlist-hybrid.c24 struct perf_cpu_map *cpus; in evlist__add_default_hybrid() local
92 struct perf_cpu_map *cpus; in evlist__fix_hybrid_cpus() local
A Dcputopo.h38 char *cpus; member
51 char *cpus; member
A Dperf_api_probe.c63 struct perf_cpu_map *cpus; in perf_probe_api() local
139 struct perf_cpu_map *cpus; in perf_can_record_cpu_wide() local
/linux-6.3-rc2/arch/x86/hyperv/
A Dmmu.c55 static void hyperv_flush_tlb_multi(const struct cpumask *cpus, in hyperv_flush_tlb_multi()
169 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus, in hyperv_flush_tlb_others_ex()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h210 const struct cpumask *cpus, in __cpumask_to_vpset()
250 const struct cpumask *cpus) in cpumask_to_vpset()
256 const struct cpumask *cpus) in cpumask_to_vpset_noself()
/linux-6.3-rc2/tools/lib/perf/tests/
A Dtest-evlist.c36 struct perf_cpu_map *cpus; in test_stat_cpu() local
218 struct perf_cpu_map *cpus; in test_mmap_thread() local
329 struct perf_cpu_map *cpus; in test_mmap_cpus() local
A Dtest-cpumap.c16 struct perf_cpu_map *cpus; in test_cpumap() local
/linux-6.3-rc2/tools/perf/tests/
A Devent-times.c115 struct perf_cpu_map *cpus; in attach__cpu_disabled() local
144 struct perf_cpu_map *cpus; in attach__cpu_enabled() local
/linux-6.3-rc2/drivers/crypto/qat/qat_4xxx/
A Dadf_drv.c71 int cpus = num_online_cpus(); in adf_crypto_dev_config() local
177 int cpus = num_online_cpus(); in adf_comp_dev_config() local
/linux-6.3-rc2/drivers/powercap/
A Ddtpm_cpu.c46 struct cpumask cpus; in set_pd_power_limit() local
118 struct cpumask cpus; in update_pd_power_uw() local
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc_sync.c352 int cpus = 2; in check_tsc_sync_source() local
445 int cpus = 2; in check_tsc_sync_target() local
/linux-6.3-rc2/arch/arm/boot/dts/
A Dbcm2836.dtsi38 cpus: cpus { label
A Dbcm2837.dtsi37 cpus: cpus { label
A Dmt6589.dtsi17 cpus: cpus { label
/linux-6.3-rc2/kernel/power/
A Denergy_model.c196 struct em_data_callback *cb, cpumask_t *cpus, in em_create_pd()
338 struct em_data_callback *cb, cpumask_t *cpus, in em_dev_register_perf_domain()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
A Dsmp.c628 struct device_node *cpus; in smp_core99_pfunc_tb_freeze() local
706 struct device_node *cpus = in smp_core99_setup() local
763 struct device_node *cpus; in smp_core99_probe() local

Completed in 36 milliseconds

1234567