Lines Matching full:startup

27  * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
263 int (*startup)(unsigned int cpu),
268 int (*startup)(unsigned int cpu),
272 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
276 * @startup: startup callback function or NULL if not required
279 * Installs the callback functions and invokes the @startup callback on
284 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
287 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
292 * @startup callback from a cpus_read_lock()
296 * @startup: startup callback function or NULL if not required
304 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
307 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
313 * @startup callback
316 * @startup: startup callback function or NULL if not required
319 * Same as cpuhp_setup_state() except that the @startup callback is not
324 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
327 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
333 * invoking the @startup callback from
338 * @startup: startup callback function or NULL if not required
346 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked()
349 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked()
357 * @startup: startup callback function or NULL if not required
367 int (*startup)(unsigned int cpu, in cpuhp_setup_state_multi()
373 (void *) startup, in cpuhp_setup_state_multi()
383 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
388 * Installs the instance for the @state and invokes the registered startup
401 * invoking the startup callback.
417 * without invoking the startup