Home
last modified time | relevance | path

Searched refs:cpuhp_remove_state (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.15/arch/x86/events/amd/
Duncore.c658 cpuhp_remove_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING); in amd_uncore_init()
660 cpuhp_remove_state(CPUHP_PERF_X86_AMD_UNCORE_PREP); in amd_uncore_init()
673 cpuhp_remove_state(CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE); in amd_uncore_exit()
674 cpuhp_remove_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING); in amd_uncore_exit()
675 cpuhp_remove_state(CPUHP_PERF_X86_AMD_UNCORE_PREP); in amd_uncore_exit()
/Linux-v5.15/drivers/cpuidle/
Dcpuidle-haltpoll.c90 cpuhp_remove_state(haltpoll_hp_state); in haltpoll_uninit()
/Linux-v5.15/drivers/platform/x86/intel/
Duncore-frequency.c423 cpuhp_remove_state(uncore_hp_state); in intel_uncore_init()
438 cpuhp_remove_state(uncore_hp_state); in module_init()
/Linux-v5.15/arch/x86/kernel/cpu/
Dintel_epb.c213 cpuhp_remove_state(CPUHP_AP_X86_INTEL_EPB_ONLINE); in intel_epb_init()
Dmshyperv.c131 cpuhp_remove_state(hyperv_init_cpuhp); in hv_machine_shutdown()
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_rapl.c129 cpuhp_remove_state(rapl_mmio_priv.pcap_rapl_online); in proc_thermal_rapl_remove()
/Linux-v5.15/arch/x86/kernel/
Dcpuid.c182 cpuhp_remove_state(cpuhp_cpuid_state); in cpuid_exit()
Dmsr.c290 cpuhp_remove_state(cpuhp_msr_state); in msr_exit()
/Linux-v5.15/drivers/pci/controller/
Dpci-xgene-msi.c358 cpuhp_remove_state(pci_xgene_online); in xgene_msi_remove()
359 cpuhp_remove_state(CPUHP_PCI_XGENE_DEAD); in xgene_msi_remove()
/Linux-v5.15/kernel/
Dprofile.c560 cpuhp_remove_state(online_state); in create_proc_profile()
562 cpuhp_remove_state(CPUHP_PROFILE_PREPARE); in create_proc_profile()
/Linux-v5.15/drivers/powercap/
Dintel_rapl_msr.c195 cpuhp_remove_state(rapl_msr_priv->pcap_rapl_online); in rapl_msr_remove()
/Linux-v5.15/include/linux/
Dcpuhotplug.h435 static inline void cpuhp_remove_state(enum cpuhp_state state) in cpuhp_remove_state() function
/Linux-v5.15/arch/powerpc/perf/
Dimc-pmu.c1627 cpuhp_remove_state(CPUHP_AP_PERF_POWERPC_NEST_IMC_ONLINE); in imc_common_cpuhp_mem_free()
1640 cpuhp_remove_state(CPUHP_AP_PERF_POWERPC_CORE_IMC_ONLINE); in imc_common_cpuhp_mem_free()
1646 cpuhp_remove_state(CPUHP_AP_PERF_POWERPC_THREAD_IMC_ONLINE); in imc_common_cpuhp_mem_free()
1651 cpuhp_remove_state(CPUHP_AP_PERF_POWERPC_TRACE_IMC_ONLINE); in imc_common_cpuhp_mem_free()
/Linux-v5.15/arch/ia64/kernel/
Derr_inject.c265 cpuhp_remove_state(hp_online); in err_inject_exit()
/Linux-v5.15/drivers/hwmon/
Dvia-cputemp.c320 cpuhp_remove_state(via_temp_online); in via_cputemp_exit()
/Linux-v5.15/drivers/clocksource/
Dhyperv_timer.c346 cpuhp_remove_state(CPUHP_AP_HYPERV_TIMER_STARTING); in hv_stimer_global_cleanup()
/Linux-v5.15/drivers/firmware/
Darm_sdei.c768 cpuhp_remove_state(CPUHP_AP_ARM_SDEI_STARTING); in sdei_device_freeze()
826 cpuhp_remove_state(CPUHP_AP_ARM_SDEI_STARTING); in sdei_reboot_notifier()
/Linux-v5.15/arch/x86/hyperv/
Dhv_init.c460 cpuhp_remove_state(cpuhp); in hyperv_init()
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Dcore.c973 cpuhp_remove_state(state); in resctrl_late_init()
991 cpuhp_remove_state(rdt_online); in resctrl_exit()
/Linux-v5.15/drivers/watchdog/
Docteon-wdt-main.c600 cpuhp_remove_state(octeon_wdt_online); in octeon_wdt_cleanup()
/Linux-v5.15/drivers/scsi/bnx2i/
Dbnx2i_init.c543 cpuhp_remove_state(bnx2i_online_state); in bnx2i_mod_exit()
/Linux-v5.15/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c533 cpuhp_remove_state(pkg_thermal_hp_state); in module_init()
/Linux-v5.15/net/iucv/
Diucv.c1866 cpuhp_remove_state(iucv_online); in iucv_init()
1868 cpuhp_remove_state(CPUHP_NET_IUCV_PREPARE); in iucv_init()
1897 cpuhp_remove_state(CPUHP_NET_IUCV_PREPARE); in iucv_exit()
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dcpu_hotplug.rst175 该回调可以通过调用 ``cpuhp_remove_state()`` 来删除。如果是动态分配的状态
/Linux-v5.15/Documentation/core-api/
Dcpu_hotplug.rst491 * cpuhp_remove_state(state)
506 * cpuhp_remove_state() removes the callbacks and invokes the teardown
595 cpuhp_remove_state(CPUHP_SUBSYS_STARTING);
604 cpuhp_remove_state(state);

12