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

  /external/fio/
iolog.c 302 free(td->iolog_buf);
304 td->iolog_buf = NULL;
497 td->iolog_buf = malloc(8192);
498 setvbuf(f, td->iolog_buf, _IOFBF, 8192);
fio.h 151 void *iolog_buf; member in struct:thread_data

Completed in 240 milliseconds