Home
last modified time | relevance | path

Searched refs:hp_online (Results 1 – 5 of 5) sorted by relevance

/drivers/misc/
Dvcpu_stall_detector.c39 enum cpuhp_state hp_online; member
185 vcpu_stall_config.hp_online = ret; in vcpu_stall_detect_probe()
195 cpuhp_remove_state(vcpu_stall_config.hp_online); in vcpu_stall_detect_remove()
/drivers/acpi/
Dprocessor_driver.c258 static enum cpuhp_state hp_online; variable
275 hp_online = result; in acpi_processor_driver_init()
303 cpuhp_remove_state_nocalls(hp_online); in acpi_processor_driver_exit()
/drivers/hwtracing/coresight/
Dcoresight-etm3x-core.c45 static enum cpuhp_state hp_online; variable
806 hp_online = ret; in etm_hp_setup()
819 if (hp_online) { in etm_hp_clear()
820 cpuhp_remove_state_nocalls(hp_online); in etm_hp_clear()
821 hp_online = 0; in etm_hp_clear()
Dcoresight-etm4x-core.c65 static enum cpuhp_state hp_online; variable
1887 hp_online = ret; in etm4_pm_setup()
1903 if (hp_online) { in etm4_pm_clear()
1904 cpuhp_remove_state_nocalls(hp_online); in etm4_pm_clear()
1905 hp_online = 0; in etm4_pm_clear()
/drivers/cpufreq/
Dcpufreq.c2811 static enum cpuhp_state hp_online; variable
2911 hp_online = ret; in cpufreq_register_driver()
2953 cpuhp_remove_state_nocalls_cpuslocked(hp_online); in cpufreq_unregister_driver()