Lines Matching full:startup

27  * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
38 * hotplug startup/teardown code with interrupts disabled.
254 int (*startup)(unsigned int cpu),
259 int (*startup)(unsigned int cpu),
263 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
267 * @startup: startup callback function or NULL if not required
270 * Installs the callback functions and invokes the @startup callback on
275 int (*startup)(unsigned int cpu), in cpuhp_setup_state()
278 return __cpuhp_setup_state(state, name, true, startup, teardown, false); in cpuhp_setup_state()
283 * @startup callback from a cpus_read_lock()
287 * @startup: startup callback function or NULL if not required
295 int (*startup)(unsigned int cpu), in cpuhp_setup_state_cpuslocked()
298 return __cpuhp_setup_state_cpuslocked(state, name, true, startup, in cpuhp_setup_state_cpuslocked()
304 * @startup callback
307 * @startup: startup callback function or NULL if not required
310 * Same as cpuhp_setup_state() except that the @startup callback is not
315 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls()
318 return __cpuhp_setup_state(state, name, false, startup, teardown, in cpuhp_setup_state_nocalls()
324 * invoking the @startup callback from
329 * @startup: startup callback function or NULL if not required
337 int (*startup)(unsigned int cpu), in cpuhp_setup_state_nocalls_cpuslocked()
340 return __cpuhp_setup_state_cpuslocked(state, name, false, startup, in cpuhp_setup_state_nocalls_cpuslocked()
348 * @startup: startup callback function or NULL if not required
358 int (*startup)(unsigned int cpu, in cpuhp_setup_state_multi()
364 (void *) startup, in cpuhp_setup_state_multi()
374 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
379 * Installs the instance for the @state and invokes the registered startup
392 * invoking the startup callback.
408 * without invoking the startup