Query: kfifo_in_rec
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_IN_REC(9) FIFO Buffer KFIFO_IN_REC(9)NAMEkfifo_in_rec - puts some record data into the FIFOSYNOPSIS__must_check unsigned int kfifo_in_rec(struct kfifo * fifo, void * from, unsigned int n, unsigned int recsize);ARGUMENTSfifo the fifo to be used. from the data to be added. n the length of the data to be added. recsize size of record fieldDESCRIPTIONThis function copies n bytes from the from into the FIFO and returns the number of bytes which cannot be copied. A returned value greater than the n value means that the record doesn't fit into the buffer. 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_IN_REC(9)
Related Man Pages |
---|
fifo(n) - mojave |
fifo(n) - osx |
fifo(3tcl) - opendarwin |
fifo(3tcl) - v7 |
fifo(3tcl) - php |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
Tar Command |
A (ksh) Library For and From UNIX.com |