Searched refs:max_jobs (Results 1 – 3 of 3) sorted by relevance
13 max_jobs=$(getconf _NPROCESSORS_ONLN 2>/dev/null)14 : ${max_jobs:=1}106 if [ ${jobs} -ge ${max_jobs} ] ; then
140 debug_clang=None, max_jobs=multiprocessing.cpu_count()): argument152 max_jobs)157 max_jobs): argument181 max(1, min(max_jobs, multiprocessing.cpu_count())))692 max_jobs=args.jobs)713 max_jobs=args.jobs)724 max_jobs=args.jobs)
39 static int max_jobs = FIO_MAX_JOBS; variable329 size_t size = max_jobs * sizeof(struct thread_data); in setup_thread_area()348 max_jobs >>= 1; in setup_thread_area()349 } while (max_jobs); in setup_thread_area()362 memset(threads, 0, max_jobs * sizeof(struct thread_data)); in setup_thread_area()363 hash = (void *) threads + max_jobs * sizeof(struct thread_data); in setup_thread_area()397 if (thread_number >= max_jobs) { in get_new_job()399 max_jobs); in get_new_job()2184 max_jobs = atoi(optarg); in parse_cmd_line()2185 if (!max_jobs || max_jobs > REAL_MAX_JOBS) { in parse_cmd_line()[all …]