Home
last modified time | relevance | path

Searched refs:__cpuhp_remove_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dcpuhotplug.h434 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
446 __cpuhp_remove_state(state, true); in cpuhp_remove_state()
456 __cpuhp_remove_state(state, false); in cpuhp_remove_state_nocalls()
482 __cpuhp_remove_state(state, false); in cpuhp_remove_multi_state()
/openbmc/linux/kernel/
H A Dcpu.c2666 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke) in __cpuhp_remove_state() function
2672 EXPORT_SYMBOL(__cpuhp_remove_state);