HomeSort by relevance Sort by last modified time
    Searched refs:num_opts (Results 1 - 3 of 3) sorted by null

  /external/fio/
init.c 1315 int i, alloc_opts, num_opts; local
1341 num_opts = 0;
1404 num_opts = 0;
1431 if (num_opts == alloc_opts) {
1437 opts[num_opts] = strdup(p);
1438 num_opts++;
1441 ret = fio_options_parse(td, opts, num_opts, dump_cmdline);
1449 for (i = 0; i < num_opts; i++)
1451 num_opts = 0;
    [all...]
options.c     [all...]
parse.c 902 void sort_options(char **opts, struct fio_option *options, int num_opts)
905 qsort(opts, num_opts, sizeof(char *), opt_cmp);

Completed in 164 milliseconds