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 776 char *fio_uint_to_kmg(unsigned int val) function
1285 c1 = fio_uint_to_kmg(o->min_bs[DDIR_READ]);
1286 c2 = fio_uint_to_kmg(o->max_bs[DDIR_READ]);
1287 c3 = fio_uint_to_kmg(o->min_bs[DDIR_WRITE]);
1288 c4 = fio_uint_to_kmg(o->max_bs[DDIR_WRITE]);
1291 c5 = fio_uint_to_kmg(o->min_bs[DDIR_TRIM]);
1292 c6 = fio_uint_to_kmg(o->max_bs[DDIR_TRIM]);
    [all...]
fio.h 469 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 113 milliseconds