Searched refs:cpuhp_bringup_mask (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/ |
D | cpu.c | 1780 static void __init cpuhp_bringup_mask(const struct cpumask *mask, unsigned int ncpus, in cpuhp_bringup_mask() function 1866 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_BP_KICK_AP); in cpuhp_bringup_cpus_parallel() 1867 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1878 cpuhp_bringup_mask(mask, ncpus, CPUHP_BP_KICK_AP); in cpuhp_bringup_cpus_parallel() 1879 cpuhp_bringup_mask(mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1896 cpuhp_bringup_mask(cpu_present_mask, max_cpus, CPUHP_ONLINE); in bringup_nonboot_cpus()
|