Query: kfifo_out
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_OUT(9) FIFO Buffer KFIFO_OUT(9)NAMEkfifo_out - get data from the fifoSYNOPSISkfifo_out(fifo, buf, n);ARGUMENTSfifo address of the fifo to be used buf pointer to the storage buffer n max. number of elements to getDESCRIPTIONThis macro get some data from the fifo and return the numbers of elements copied. Note that with only one concurrent reader and one concurrent writer, you don't need extra locking to use these macro.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KFIFO_OUT(9)
Related Man Pages |
---|
fifo(3tcl) - debian |
fifo(3tcl) - sunos |
fifo(3tcl) - opendarwin |
fifo(7) - osx |
fifo(3tcl) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Interactive shell through a pipe |
awk reading from named pipe (fifo) |
Output to console and to log |
Redirecting/Capturing inputs supplied in interactive script |