Home
last modified time | relevance | path

Searched refs:fifo_get (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dfifo.h34 unsigned int fifo_get(struct fifo *, void *, unsigned int);
Dfifo.c72 unsigned int fifo_get(struct fifo *fifo, void *buf, unsigned int len) in fifo_get() function
Dblktrace.c55 return fifo_get(fifo, buf, len); in trace_fifo_get()
/external/fio/t/
Dbtrace2fio.c207 return fifo_get(fifo, buf, len); in trace_fifo_get()