Home
last modified time | relevance | path

Searched refs:bootconfig_found (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/init/
H A Dmain.c152 static bool bootconfig_found; variable
155 # define bootconfig_found false macro
394 bootconfig_found = true; in bootconfig_params()
423 if (IS_ERR(err) || !(bootconfig_found || IS_ENABLED(CONFIG_BOOT_CONFIG_FORCE))) in setup_boot_config()
432 if (bootconfig_found) in setup_boot_config()
/kernel/linux/linux-5.10/init/
H A Dmain.c154 static bool bootconfig_found; variable
157 # define bootconfig_found false macro
405 bootconfig_found = true; in bootconfig_params()
426 if (IS_ERR(err) || !bootconfig_found) in setup_boot_config()

Completed in 4 milliseconds