Lines Matching full:startup

27  * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
262 int (*startup)(unsigned int cpu),
267 int (*startup)(unsigned int cpu),
271 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
275 * @startup: startup callback function or NULL if not required
278 * Installs the callback functions and invokes the @startup callback on
283 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
286 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
291 * @startup callback from a cpus_read_lock()
295 * @startup: startup callback function or NULL if not required
303 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
306 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
312 * @startup callback
315 * @startup: startup callback function or NULL if not required
318 * Same as cpuhp_setup_state() except that the @startup callback is not
323 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
326 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
332 * invoking the @startup callback from
337 * @startup: startup callback function or NULL if not required
345 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked()
348 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked()
356 * @startup: startup callback function or NULL if not required
366 int (*startup)(unsigned int cpu, in cpuhp_setup_state_multi()
372 (void *) startup, in cpuhp_setup_state_multi()
382 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
387 * Installs the instance for the @state and invokes the registered startup
400 * invoking the startup callback.
416 * without invoking the startup