Lines Matching refs:invoke
685 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
790 * we invoke the thread function directly.
866 * removing of state callbacks and state instances, which invoke either the
1957 /* Did we invoke the startup call on that cpu ? */
1964 int __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state, struct hlist_node *node, bool invoke)
1979 if (!invoke || !sp->startup.multi) {
2012 int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke)
2017 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke);
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,
2063 if (ret || !invoke || !startup) {
2102 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, int (*startup)(unsigned int cpu),
2108 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, teardown, multi_instance);
2114 int __cpuhp_state_remove_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke)
2128 if (!invoke || !cpuhp_get_teardown_cb(state)) {
2158 * @invoke: If true, the teardown function is invoked for cpus where
2165 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke)
2180 if (!invoke || !cpuhp_get_teardown_cb(state)) {
2204 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke)
2207 __cpuhp_remove_state_cpuslocked(state, invoke);
2625 * function by the reboot and kexec code which invoke it from