Home
last modified time | relevance | path

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

/external/fio/engines/
Dcpu.c24 .category = FIO_OPT_C_GENERAL,
36 .category = FIO_OPT_C_GENERAL,
46 .category = FIO_OPT_C_GENERAL,
/external/fio/
Doptions.c1118 .mask = FIO_OPT_C_GENERAL,
1281 .category = FIO_OPT_C_GENERAL,
1290 .category = FIO_OPT_C_GENERAL,
2122 .category = FIO_OPT_C_GENERAL,
2133 .category = FIO_OPT_C_GENERAL,
2146 .category = FIO_OPT_C_GENERAL,
2159 .category = FIO_OPT_C_GENERAL,
2168 .category = FIO_OPT_C_GENERAL,
2177 .category = FIO_OPT_C_GENERAL,
2188 .category = FIO_OPT_C_GENERAL,
[all …]
Doptions.h78 FIO_OPT_C_GENERAL = (1U << __FIO_OPT_C_GENERAL), enumerator
Dparse.c1227 o->category = FIO_OPT_C_GENERAL; in option_init()