Lines Matching full:startup

27  * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
255 int (*startup)(unsigned int cpu),
260 int (*startup)(unsigned int cpu),
264 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
268 * @startup: startup callback function or NULL if not required
271 * Installs the callback functions and invokes the @startup callback on
276 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
279 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
284 * @startup callback from a cpus_read_lock()
288 * @startup: startup callback function or NULL if not required
296 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
299 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
305 * @startup callback
308 * @startup: startup callback function or NULL if not required
311 * Same as cpuhp_setup_state() except that the @startup callback is not
316 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
319 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
325 * invoking the @startup callback from
330 * @startup: startup callback function or NULL if not required
338 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked()
341 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked()
349 * @startup: startup callback function or NULL if not required
359 int (*startup)(unsigned int cpu, in cpuhp_setup_state_multi()
365 (void *) startup, in cpuhp_setup_state_multi()
375 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
380 * Installs the instance for the @state and invokes the registered startup
393 * invoking the startup callback.
409 * without invoking the startup