Searched refs:arglist (Results 1 – 2 of 2) sorted by relevance
282 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):
82 va_list arglist; in modpost_log() local93 va_start(arglist, fmt); in modpost_log()94 vfprintf(stderr, fmt, arglist); in modpost_log()95 va_end(arglist); in modpost_log()