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

/linux-master/scripts/
H A Dcheckkconfigsymbols.py155 undefined_a, _ = check_symbols(args.ignore)
159 undefined_b, defined = check_symbols(args.ignore)
179 undefined, defined = check_symbols(args.ignore)
309 def check_symbols(ignore): function
323 """Helper method for check_symbols(). Used to catch keyboard interrupts in
324 check_symbols() in order to properly terminate running worker processes."""

Completed in 108 milliseconds