Home
last modified time | relevance | path

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

/scripts/genksyms/
Dgenksyms.c643 int has_changed = 0; in export_symbol() local
659 if (!has_changed) { in export_symbol()
670 has_changed = 1; in export_symbol()
677 if (has_changed) in export_symbol()
/scripts/kconfig/
Dconfdata.c1291 bool has_changed = false; in conf_set_all_new_symbols() local
1299 has_changed = true; in conf_set_all_new_symbols()
1361 has_changed |= randomize_choice_values(csym); in conf_set_all_new_symbols()
1364 has_changed = true; in conf_set_all_new_symbols()
1368 return has_changed; in conf_set_all_new_symbols()