Home
last modified time | relevance | path

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

/external/fio/
Dinit.c47 static int nr_job_sections; variable
1406 if (!nr_job_sections) in skip_this_section()
1411 for (i = 0; i < nr_job_sections; i++) in skip_this_section()
1651 while (i < nr_job_sections) { in __parse_jobs_ini()
2091 new_size = (nr_job_sections + 1) * sizeof(char *); in parse_cmd_line()
2093 job_sections[nr_job_sections] = strdup(optarg); in parse_cmd_line()
2094 nr_job_sections++; in parse_cmd_line()