Home
last modified time | relevance | path

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

12

/linux/arch/x86/events/amd/
A 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/drivers/platform/x86/intel/
A Duncore-frequency.c423 cpuhp_remove_state(uncore_hp_state); in intel_uncore_init()
438 cpuhp_remove_state(uncore_hp_state); in module_init()
/linux/drivers/cpuidle/
A Dcpuidle-haltpoll.c90 cpuhp_remove_state(haltpoll_hp_state); in haltpoll_uninit()
/linux/arch/x86/kernel/cpu/
A Dintel_epb.c213 cpuhp_remove_state(CPUHP_AP_X86_INTEL_EPB_ONLINE); in intel_epb_init()
A Dmshyperv.c131 cpuhp_remove_state(hyperv_init_cpuhp); in hv_machine_shutdown()
/linux/drivers/pci/controller/
A 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/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_rapl.c129 cpuhp_remove_state(rapl_mmio_priv.pcap_rapl_online); in proc_thermal_rapl_remove()
/linux/arch/x86/kernel/
A Dcpuid.c182 cpuhp_remove_state(cpuhp_cpuid_state); in cpuid_exit()
A Dmsr.c290 cpuhp_remove_state(cpuhp_msr_state); in msr_exit()
/linux/kernel/
A Dprofile.c560 cpuhp_remove_state(online_state); in create_proc_profile()
562 cpuhp_remove_state(CPUHP_PROFILE_PREPARE); in create_proc_profile()
/linux/drivers/powercap/
A Dintel_rapl_msr.c195 cpuhp_remove_state(rapl_msr_priv->pcap_rapl_online); in rapl_msr_remove()
/linux/arch/powerpc/perf/
A 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/include/linux/
A Dcpuhotplug.h435 static inline void cpuhp_remove_state(enum cpuhp_state state) in cpuhp_remove_state() function
/linux/arch/ia64/kernel/
A Derr_inject.c265 cpuhp_remove_state(hp_online); in err_inject_exit()
/linux/drivers/hwmon/
A Dvia-cputemp.c320 cpuhp_remove_state(via_temp_online); in via_cputemp_exit()
/linux/drivers/clocksource/
A Dhyperv_timer.c346 cpuhp_remove_state(CPUHP_AP_HYPERV_TIMER_STARTING); in hv_stimer_global_cleanup()
/linux/drivers/firmware/
A 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/arch/x86/kernel/cpu/resctrl/
A Dcore.c973 cpuhp_remove_state(state); in resctrl_late_init()
991 cpuhp_remove_state(rdt_online); in resctrl_exit()
/linux/arch/x86/hyperv/
A Dhv_init.c506 cpuhp_remove_state(cpuhp); in hyperv_init()
/linux/net/iucv/
A 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/drivers/scsi/bnx2i/
A Dbnx2i_init.c543 cpuhp_remove_state(bnx2i_online_state); in bnx2i_mod_exit()
/linux/drivers/watchdog/
A Docteon-wdt-main.c600 cpuhp_remove_state(octeon_wdt_online); in octeon_wdt_cleanup()
/linux/drivers/thermal/intel/
A Dx86_pkg_temp_thermal.c533 cpuhp_remove_state(pkg_thermal_hp_state); in module_init()
/linux/Documentation/translations/zh_CN/core-api/
A Dcpu_hotplug.rst175 该回调可以通过调用 ``cpuhp_remove_state()`` 来删除。如果是动态分配的状态
/linux/Documentation/core-api/
A 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);

Completed in 69 milliseconds

12