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

  /external/fio/
parse.h 63 struct value_pair posval[PARSE_MAX_VP];/* possible values */ member in struct:fio_option
parse.c 39 vp = &o->posval[entries];
60 } else if (!o->posval[0].ival) {
76 const struct value_pair *vp = &o->posval[i];
419 struct value_pair posval[PARSE_MAX_VP]; local
435 posval_sort(o, posval);
439 vp = &posval[i];
489 if (o->posval[0].ival) {
490 posval_sort(o, posval);
494 vp = &posval[i];
621 else if (o->posval[0].ival)
    [all...]
options.c 1334 .posval = {
1372 .posval = {
1420 .posval = {
1441 .posval = {
    [all...]
goptions.c 318 vp = &o->posval[0];
340 vp = &o->posval[0];
363 vp = &o->posval[0];
385 vp = &o->posval[0];
442 vp = &o->posval[0];
897 if (o->posval[0].ival) {
933 if (o->posval[0].ival) {
968 if (!o->posval[0].ival) {
1032 if (o->posval[0].ival) {
1059 if (o->posval[0].ival)
    [all...]
  /external/fio/engines/
net.c 92 .posval = {

Completed in 1193 milliseconds