Home
last modified time | relevance | path

Searched refs:cpuhp_state (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.6.21/include/linux/
Dcpuhotplug.h57 enum cpuhp_state { enum
263 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
267 int __cpuhp_setup_state_cpuslocked(enum cpuhp_state state, const char *name,
283 static inline int cpuhp_setup_state(enum cpuhp_state state, in cpuhp_setup_state()
303 static inline int cpuhp_setup_state_cpuslocked(enum cpuhp_state state, in cpuhp_setup_state_cpuslocked()
323 static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, in cpuhp_setup_state_nocalls()
345 static inline int cpuhp_setup_state_nocalls_cpuslocked(enum cpuhp_state state, in cpuhp_setup_state_nocalls_cpuslocked()
366 static inline int cpuhp_setup_state_multi(enum cpuhp_state state, in cpuhp_setup_state_multi()
378 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node,
380 int __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state,
[all …]
Dnd.h54 enum cpuhp_state cpuhp_state; member
Dintel_rapl.h151 enum cpuhp_state pcap_rapl_online;
Dcpu.h182 void __noreturn cpu_startup_entry(enum cpuhp_state state);
/linux-6.6.21/kernel/
Dcpu.c68 enum cpuhp_state state;
69 enum cpuhp_state target;
70 enum cpuhp_state fail;
79 enum cpuhp_state cb_state;
87 static DEFINE_PER_CPU(struct cpuhp_cpu_state, cpuhp_state) = {
148 static struct cpuhp_step *cpuhp_get_step(enum cpuhp_state state) in cpuhp_get_step()
170 static int cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, in cpuhp_invoke_callback()
174 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback()
253 static bool cpuhp_is_ap_state(enum cpuhp_state state) in cpuhp_is_ap_state()
277 static bool cpuhp_is_atomic_state(enum cpuhp_state state) in cpuhp_is_atomic_state()
[all …]
Dprofile.c465 enum cpuhp_state online_state; in create_proc_profile()
/linux-6.6.21/drivers/nvdimm/
Dnd_perf.c243 nd_pmu->cpuhp_state = rc; in nvdimm_pmu_cpu_hotplug_init()
246 rc = cpuhp_state_add_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_cpu_hotplug_init()
248 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_cpu_hotplug_init()
255 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_cpu_hotplug_init()
256 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_cpu_hotplug_init()
265 cpuhp_state_remove_instance_nocalls(nd_pmu->cpuhp_state, &nd_pmu->node); in nvdimm_pmu_free_hotplug_memory()
266 cpuhp_remove_multi_state(nd_pmu->cpuhp_state); in nvdimm_pmu_free_hotplug_memory()
/linux-6.6.21/drivers/perf/amlogic/
Dmeson_ddr_pmu_core.c28 enum cpuhp_state cpuhp_state; member
524 pmu->cpuhp_state = ret; in meson_ddr_pmu_create()
527 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_create()
546 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_create()
549 cpuhp_remove_state(pmu->cpuhp_state); in meson_ddr_pmu_create()
559 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in meson_ddr_pmu_remove()
560 cpuhp_remove_state(pmu->cpuhp_state); in meson_ddr_pmu_remove()
/linux-6.6.21/drivers/perf/
Dfsl_imx9_ddr_perf.c64 enum cpuhp_state cpuhp_state; member
634 pmu->cpuhp_state = ret; in ddr_perf_probe()
637 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
672 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
674 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_probe()
686 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
687 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_remove()
Dfsl_imx8_ddr_perf.c103 enum cpuhp_state cpuhp_state; member
734 pmu->cpuhp_state = ret; in ddr_perf_probe()
737 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
775 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
777 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_probe()
788 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
789 cpuhp_remove_multi_state(pmu->cpuhp_state); in ddr_perf_remove()
/linux-6.6.21/drivers/fpga/
Ddfl-fme-perf.c159 enum cpuhp_state cpuhp_state; member
982 priv->cpuhp_state = ret; in fme_perf_init()
985 ret = cpuhp_state_add_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_init()
997 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_init()
999 cpuhp_remove_multi_state(priv->cpuhp_state); in fme_perf_init()
1009 cpuhp_state_remove_instance_nocalls(priv->cpuhp_state, &priv->node); in fme_perf_uinit()
1010 cpuhp_remove_multi_state(priv->cpuhp_state); in fme_perf_uinit()
/linux-6.6.21/drivers/cpuidle/
Dcpuidle-haltpoll.c26 static enum cpuhp_state haltpoll_hp_state;
/linux-6.6.21/arch/x86/kernel/
Dcpuid.c43 static enum cpuhp_state cpuhp_cpuid_state;
Dmsr.c42 static enum cpuhp_state cpuhp_msr_state;
/linux-6.6.21/drivers/misc/
Dvcpu_stall_detector.c38 enum cpuhp_state hp_online;
/linux-6.6.21/drivers/acpi/
Dprocessor_driver.c258 static enum cpuhp_state hp_online;
/linux-6.6.21/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency.c33 static enum cpuhp_state uncore_hp_state __read_mostly;
/linux-6.6.21/arch/ia64/kernel/
Derr_inject.c242 static enum cpuhp_state hp_online;
/linux-6.6.21/kernel/sched/
Didle.c374 void cpu_startup_entry(enum cpuhp_state state) in cpu_startup_entry()
/linux-6.6.21/drivers/hwmon/
Dvia-cputemp.c281 static enum cpuhp_state via_temp_online;
/linux-6.6.21/drivers/scsi/bnx2i/
Dbnx2i_init.c457 static enum cpuhp_state bnx2i_online_state;
/linux-6.6.21/drivers/watchdog/
Docteon-wdt-main.c517 static enum cpuhp_state octeon_wdt_online;
/linux-6.6.21/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c74 static enum cpuhp_state pkg_thermal_hp_state __read_mostly;
/linux-6.6.21/drivers/pci/controller/
Dpci-xgene-msi.c349 static enum cpuhp_state pci_xgene_online;
/linux-6.6.21/drivers/hwtracing/coresight/
Dcoresight-trbe.c143 enum cpuhp_state trbe_online;
1425 enum cpuhp_state trbe_online; in arm_trbe_probe_cpuhp()

123