Query: kfifo_in
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_IN(9) FIFO Buffer KFIFO_IN(9)NAMEkfifo_in - put data into the fifoSYNOPSISkfifo_in(fifo, buf, n);ARGUMENTSfifo address of the fifo to be used buf the data to be added n number of elements to be addedDESCRIPTIONThis macro copies the given buffer into the fifo and returns the number of copied elements. 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_IN(9)
Related Man Pages |
---|
fifo(3tcl) - opendarwin |
fifo(3tcl) - minix |
fifo(3tcl) - v7 |
fifo(3tcl) - php |
fifo(3tcl) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Struggling with mkfifo |
Interactive shell through a pipe |
How to export a variable from a subshell to the parent shell? |
awk (Too many open files) |