Searched refs:invoke (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 685 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke 790 * we invoke the thread function directly. in cpuhp_invoke_ap_callback() 866 * removing of state callbacks and state instances, which invoke either the 1957 /* Did we invoke the startup call on that cpu ? */ in cpuhp_rollback_install() 1964 int __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state, struct hlist_node *node, bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument 1979 if (!invoke || !sp->startup.multi) { in __cpuhp_state_add_instance_cpuslocked() 2012 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke) in __cpuhp_state_add_instance() argument 2017 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance() 2026 * @invoke: If true, the startup function is invoked for cpus where 2040 int __cpuhp_setup_state_cpuslocked(enum cpuhp_state state, const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument 2102 __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) __cpuhp_setup_state() argument 2114 __cpuhp_state_remove_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke) __cpuhp_state_remove_instance() argument 2165 __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke) __cpuhp_remove_state_cpuslocked() argument 2204 __cpuhp_remove_state(enum cpuhp_state state, bool invoke) __cpuhp_remove_state() argument [all...] |
Completed in 4 milliseconds