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

/linux-master/include/linux/
H A Dcpuhotplug.h252 int (*teardown)(unsigned int cpu), bool multi_instance);
258 bool multi_instance);
348 * 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
2283 bool multi_instance)
2312 sp->multi_instance = multi_instance;
2334 * Relies on the union for multi_instance.
2389 if (sp->multi_instance == false)
2443 * @multi_instance
2280 cpuhp_store_callbacks(enum cpuhp_state state, const char *name, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) argument
2453 __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
2512 __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 112 milliseconds