Searched refs:fio_uint_to_kmg (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dinit.c705 char *fio_uint_to_kmg(unsigned int val) function
1152 c1 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
1153 c2 = fio_uint_to_kmg(o->max_bs[DDIR_READ]);
1154 c3 = fio_uint_to_kmg(o->min_bs[DDIR_WRITE]);
1155 c4 = fio_uint_to_kmg(o->max_bs[DDIR_WRITE]);
1158 c5 = fio_uint_to_kmg(o->min_bs[DDIR_TRIM]);
1159 c6 = fio_uint_to_kmg(o->max_bs[DDIR_TRIM]);
H A Dfio.h459 extern char *fio_uint_to_kmg(unsigned int val);
H A Dgclient.c611 c1 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
612 c2 = fio_uint_to_kmg(o->max_bs[DDIR_WRITE]);
613 c3 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
614 c4 = fio_uint_to_kmg(o->max_bs[DDIR_WRITE]);

Completed in 83 milliseconds