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

/external/fio/
H A Dinit.c47 static int nr_job_sections; variable
1272 if (!nr_job_sections)
1277 for (i = 0; i < nr_job_sections; i++)
1458 while (i < nr_job_sections) {
1853 new_size = (nr_job_sections + 1) * sizeof(char *);
1855 job_sections[nr_job_sections] = strdup(optarg);
1856 nr_job_sections++;

Completed in 75 milliseconds