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

/external/fio/
H A Dinit.c39 static int max_jobs = FIO_MAX_JOBS; variable
281 * 1024 is too much on some machines, scale max_jobs if
285 size_t size = max_jobs * sizeof(struct thread_data);
298 max_jobs >>= 1;
299 } while (max_jobs);
310 memset(threads, 0, max_jobs * sizeof(struct thread_data));
311 hash = (void *) threads + max_jobs * sizeof(struct thread_data);
345 if (thread_number >= max_jobs) {
347 max_jobs);
1929 max_jobs
[all...]

Completed in 103 milliseconds