Searched refs:cpuhp_store_callbacks (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 1864 static int cpuhp_store_callbacks(enum cpuhp_state state, const char *name, int (*startup)(unsigned int cpu), in cpuhp_store_callbacks() function 2055 ret = cpuhp_store_callbacks(state, name, startup, teardown, multi_instance); in __cpuhp_setup_state_cpuslocked() 2085 cpuhp_store_callbacks(state, NULL, NULL, NULL, false); in __cpuhp_setup_state_cpuslocked() 2199 cpuhp_store_callbacks(state, NULL, NULL, NULL, false); in __cpuhp_remove_state_cpuslocked()
|
Completed in 4 milliseconds