Searched defs:FIO_TOP_STR_MAX (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dthread_options.h259 #define FIO_TOP_STR_MAX 256 macro
262 uint8_t description[FIO_TOP_STR_MAX];
263 uint8_t name[FIO_TOP_STR_MAX];
264 uint8_t directory[FIO_TOP_STR_MAX];
265 uint8_t filename[FIO_TOP_STR_MAX];
266 uint8_t filename_format[FIO_TOP_STR_MAX];
267 uint8_t opendir[FIO_TOP_STR_MAX];
268 uint8_t ioengine[FIO_TOP_STR_MAX];
269 uint8_t mmapfile[FIO_TOP_STR_MAX];
380 uint8_t cpumask[FIO_TOP_STR_MAX];
[all...]

Completed in 50 milliseconds