Home
last modified time | relevance | path

Searched refs:def_random (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/scripts/kconfig/
Dconfdata.c1249 if (mode == def_random) { in conf_set_all_new_symbols()
1308 case def_random: in conf_set_all_new_symbols()
1322 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()
1342 if (mode != def_random) { in conf_set_all_new_symbols()
1355 if (mode == def_random) in conf_set_all_new_symbols()
Dlkc.h38 def_random enumerator
Dconf.c646 while (conf_set_all_new_symbols(def_random)) ; in main()