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

  /external/fio/
client.h 127 extern int fio_client_send_ini(struct fio_client *, const char *, bool);
client.c 791 int fio_client_send_ini(struct fio_client *client, const char *filename, function
810 return fio_client_send_ini(client, cf->file, cf->remote);
840 if (!filename || fio_client_send_ini(client, filename, 0))
    [all...]
gfio.c 452 ret = fio_client_send_ini(gc->client, ge->job_file, false);
    [all...]

Completed in 181 milliseconds