Lines Matching defs:invoke
1052 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1149 * we invoke the thread function directly.
2387 /* Did we invoke the startup call on that cpu ? */
2395 bool invoke)
2409 if (!invoke || !sp->startup.multi)
2439 bool invoke)
2444 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke);
2454 * @invoke: If true, the startup function is invoked for cpus where
2469 const char *name, bool invoke,
2493 if (ret || !invoke || !startup)
2528 const char *name, bool invoke,
2536 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup,
2544 struct hlist_node *node, bool invoke)
2557 if (!invoke || !cpuhp_get_teardown_cb(state))
2584 * @invoke: If true, the teardown function is invoked for cpus where
2591 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke)
2608 if (!invoke || !cpuhp_get_teardown_cb(state))
2629 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke)
2632 __cpuhp_remove_state_cpuslocked(state, invoke);
3125 * function by the reboot and kexec code which invoke it from