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

  /external/fio/
fifo.h 34 unsigned int fifo_get(struct fifo *, void *, unsigned int);
fifo.c 72 unsigned int fifo_get(struct fifo *fifo, void *buf, unsigned int len) function
blktrace.c 55 return fifo_get(fifo, buf, len);
  /external/fio/t/
btrace2fio.c 207 return fifo_get(fifo, buf, len);

Completed in 109 milliseconds