OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fifo_put
(Results
1 - 4
of
4
) sorted by null
/external/fio/
fifo.h
33
unsigned int
fifo_put
(struct fifo *, void *, unsigned int);
fifo.c
49
unsigned int
fifo_put
(struct fifo *fifo, void *buffer, unsigned int len)
function
blktrace.c
38
ret =
fifo_put
(fifo, buf, ret);
/external/fio/t/
btrace2fio.c
189
ret =
fifo_put
(fifo, buf, ret);
Completed in 452 milliseconds