Lines Matching defs:level
1299 static void __init do_initcall_level(int level, char *command_line)
1303 parse_args(initcall_level_names[level], command_line, __start___param, __stop___param - __start___param, level,
1304 level, NULL, ignore_unknown_bootoption);
1306 trace_initcall_level(initcall_level_names[level]);
1307 for (fn = initcall_levels[level]; fn < initcall_levels[level + 1]; fn++) {
1314 int level;
1323 for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++) {
1326 do_initcall_level(level, command_line);