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
325 * 1024 is too much on some machines, scale max_jobs if
329 size_t size = max_jobs * sizeof(struct thread_data);
348 max_jobs >>= 1;
349 } while (max_jobs);
362 memset(threads, 0, max_jobs * sizeof(struct thread_data));
363 hash = (void *) threads + max_jobs * sizeof(struct thread_data);
397 if (thread_number >= max_jobs) {
399 max_jobs);
2184 max_jobs
[all...]

Completed in 49 milliseconds