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

  /external/fio/
init.c 705 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]);
    [all...]
fio.h 459 extern char *fio_uint_to_kmg(unsigned int val);
gclient.c 611 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]);
    [all...]

Completed in 94 milliseconds