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

/external/fio/
H A Deta.c10 static char __run_str[REAL_MAX_JOBS + 1];
11 static char run_str[__THREAD_RUNSTR_SZ(REAL_MAX_JOBS)];
479 char output[REAL_MAX_JOBS + 512], *p = output;
H A Dfio.h416 #define REAL_MAX_JOBS 2048 macro
H A Dbackend.c1953 struct thread_data *map[REAL_MAX_JOBS];
H A Dclient.c1552 eta = calloc(1, sizeof(*eta) + __THREAD_RUNSTR_SZ(REAL_MAX_JOBS));
H A Dinit.c2185 if (!max_jobs || max_jobs > REAL_MAX_JOBS) {

Completed in 101 milliseconds