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.c310 static enum cpuhp_state hp_online; variable
327 hp_online = result; in acpi_processor_driver_init()
355 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
802 hp_online = ret; in etm_hp_setup()
815 if (hp_online) { in etm_hp_clear()
816 cpuhp_remove_state_nocalls(hp_online); in etm_hp_clear()
817 hp_online = 0; in etm_hp_clear()
Dcoresight-etm4x-core.c65 static enum cpuhp_state hp_online; variable
1908 hp_online = ret; in etm4_pm_setup()
1924 if (hp_online) { in etm4_pm_clear()
1925 cpuhp_remove_state_nocalls(hp_online); in etm4_pm_clear()
1926 hp_online = 0; in etm4_pm_clear()
/drivers/cpufreq/
Dcpufreq.c2780 static enum cpuhp_state hp_online; variable
2880 hp_online = ret; in cpufreq_register_driver()
2922 cpuhp_remove_state_nocalls_cpuslocked(hp_online); in cpufreq_unregister_driver()