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

/external/fio/
H A Dinit.c46 static char **job_sections; variable
1278 if (!strcmp(job_sections[i], name))
1459 free(job_sections[i]);
1854 job_sections = realloc(job_sections, new_size);
1855 job_sections[nr_job_sections] = strdup(optarg);

Completed in 87 milliseconds