Home
last modified time | relevance | path

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

/scripts/
A Dcheckkconfigsymbols.py282 arglist = []
284 arglist.append((part, ignore))
286 for res in pool.map(parse_kconfig_files, arglist):
340 arglist = partition(source_files, cpu_count())
341 for res in pool.map(parse_source_files, arglist):
345 arglist = []
347 arglist.append((part, ignore))
348 for res in pool.map(parse_kconfig_files, arglist):
/scripts/mod/
A Dmodpost.c79 va_list arglist; in modpost_log() local
90 va_start(arglist, fmt); in modpost_log()
91 vfprintf(stderr, fmt, arglist); in modpost_log()
92 va_end(arglist); in modpost_log()

Completed in 7 milliseconds