Query: kfifo_out_rec
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_OUT_REC(9) FIFO Buffer KFIFO_OUT_REC(9)NAMEkfifo_out_rec - gets some record data from the FIFOSYNOPSIS__must_check unsigned int kfifo_out_rec(struct kfifo * fifo, void * to, unsigned int n, unsigned int recsize, unsigned int * total);ARGUMENTSfifo the fifo to be used. to where the data must be copied. n the size of the destination buffer. recsize size of record field total pointer where the total number of to copied bytes should storedDESCRIPTIONThis function copies at most n bytes from the FIFO to to 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 to 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_OUT_REC(9)
Related Man Pages |
---|
fifo(n) - mojave |
struct_pipe_inode_info(9) - centos |
fifo(3tcl) - xfree86 |
fifo(3tcl) - bsd |
fifo(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Getting command output to putty window title. |
Migrating to UNIX |
Update kernel Linux without reboot?! |
32 bit process addressing more than 4GB |