Lines Matching defs:startup
2313 void setup_all_buffers(bool startup);
6176 static int update_effective_str(bool startup)
6183 if (cpu_effective_str[0] == '\0' && !startup)
6204 static void update_effective_set(bool startup)
6206 update_effective_str(startup);
9087 void topology_probe(bool startup)
9136 update_effective_set(startup);
9150 * Make sure all cpus in cpu_subset are also in cpu_present_set during startup.
9162 /* cpus in cpu_subset must be in cpu_present_set during startup */
9163 if (startup)
9420 void setup_all_buffers(bool startup)
9422 topology_probe(startup);