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

  /external/fio/
iolog.c 321 free(td->iolog_buf);
323 td->iolog_buf = NULL;
517 td->iolog_buf = malloc(8192);
518 setvbuf(f, td->iolog_buf, _IOFBF, 8192);
fio.h 164 void *iolog_buf; member in struct:thread_data

Completed in 2283 milliseconds