Home
last modified time | relevance | path

Searched refs:has_changed (Results 1 – 2 of 2) sorted by relevance

/scripts/genksyms/
Dgenksyms.c655 int has_changed = 0; in export_symbol() local
671 if (!has_changed) { in export_symbol()
682 has_changed = 1; in export_symbol()
689 if (has_changed) in export_symbol()
/scripts/kconfig/
Dconfdata.c1171 bool has_changed = false; in conf_set_all_new_symbols() local
1179 has_changed = true; in conf_set_all_new_symbols()
1241 has_changed |= randomize_choice_values(csym); in conf_set_all_new_symbols()
1244 has_changed = true; in conf_set_all_new_symbols()
1248 return has_changed; in conf_set_all_new_symbols()