Home
last modified time | relevance | path

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

/external/fio/
Dinit.c48 static int nr_job_sections; variable
1651 if (!nr_job_sections) in skip_this_section()
1656 for (i = 0; i < nr_job_sections; i++) in skip_this_section()
1932 while (i < nr_job_sections) { in __parse_jobs_ini()
2444 new_size = (nr_job_sections + 1) * sizeof(char *); in parse_cmd_line()
2446 job_sections[nr_job_sections] = strdup(optarg); in parse_cmd_line()
2447 nr_job_sections++; in parse_cmd_line()