Searched refs:multi_instance (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dcpuhotplug.h251 int (*teardown)(unsigned int cpu), bool multi_instance);
257 bool multi_instance);
347 * Sets the internal multi_instance flag and prepares a state to work as a multi
/linux-master/kernel/
H A Dcpu.c123 * @multi_instance: State has multiple instances which get added afterwards
141 bool multi_instance; member in struct:cpuhp_step
189 if (!step->multi_instance) {
734 * If we have st->last we need to undo partial multi_instance of this
2331 bool multi_instance)
2360 sp->multi_instance = multi_instance;
2382 * Relies on the union for multi_instance.
2437 if (sp->multi_instance == false)
2491 * @multi_instance
2328 cpuhp_store_callbacks(enum cpuhp_state state, const char *name, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) argument
2501 __cpuhp_setup_state_cpuslocked(enum cpuhp_state state, const char *name, bool invoke, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) argument
2560 __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) argument
[all...]

Completed in 508 milliseconds