Lines Matching refs:startup
128 } startup; member
151 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
188 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
195 cbm = bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
229 cbm = !bringup ? step->startup.multi : step->teardown.multi; in cpuhp_invoke_callback()
1647 .startup.single = NULL,
1653 .startup.single = smpboot_create_threads,
1659 .startup.single = perf_event_init_cpu,
1664 .startup.single = workqueue_prepare_cpu,
1669 .startup.single = hrtimers_prepare_cpu,
1674 .startup.single = smpcfd_prepare_cpu,
1679 .startup.single = relay_prepare_cpu,
1684 .startup.single = slab_prepare_cpu,
1689 .startup.single = rcutree_prepare_cpu,
1699 .startup.single = timers_prepare_cpu,
1705 .startup.single = bringup_cpu,
1724 .startup.single = sched_cpu_starting,
1729 .startup.single = NULL,
1734 .startup.single = NULL,
1748 .startup.single = NULL,
1755 .startup.single = NULL,
1762 .startup.single = smpboot_unpark_threads,
1767 .startup.single = irq_affinity_online_cpu,
1772 .startup.single = perf_event_init_cpu,
1777 .startup.single = lockup_detector_online_cpu,
1782 .startup.single = workqueue_online_cpu,
1787 .startup.single = rcutree_online_cpu,
1799 .startup.single = sched_cpu_activate,
1807 .startup.single = NULL,
1852 int (*startup)(unsigned int cpu), in cpuhp_store_callbacks()
1880 sp->startup.single = startup; in cpuhp_store_callbacks()
1965 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked()
2026 int (*startup)(unsigned int cpu), in __cpuhp_setup_state_cpuslocked()
2040 ret = cpuhp_store_callbacks(state, name, startup, teardown, in __cpuhp_setup_state_cpuslocked()
2049 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked()
2085 int (*startup)(unsigned int cpu), in __cpuhp_setup_state()
2092 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state()
2362 if (!sp->startup.single && !sp->teardown.single) in fail_store()