Query: kfifo_out
OS: suse
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 - gets some data from the FIFOSYNOPSISunsigned int kfifo_out(struct kfifo * fifo, void * to, unsigned int len);ARGUMENTSfifo the fifo to be used. to where the data must be copied. len the size of the destination buffer.DESCRIPTIONThis function copies at most len bytes from the FIFO into the to buffer and returns the number of copied bytes. Note that with only one concurrent reader and one concurrent writer, you don't need extra locking to use these functions.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KFIFO_OUT(9)
Related Man Pages |
---|
fifo(3tcl) - sunos |
fifo(3tcl) - minix |
fifo(7) - osx |
fifo(3tcl) - php |
fifo(3tcl) - bsd |
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 |