Query: kfifo_from_user
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_FROM_USER(9) FIFO Buffer KFIFO_FROM_USER(9)NAMEkfifo_from_user - puts some data from user space into the FIFOSYNOPSISint kfifo_from_user(struct kfifo * fifo, const void __user * from, unsigned int len, unsigned * total);ARGUMENTSfifo the fifo to be used. from pointer to the data to be added. len the length of the data to be added. total the actual returned data length.DESCRIPTIONThis function copies at most len bytes from the from into the FIFO depending and returns -EFAULT/0. 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_FROM_USER(9)
Related Man Pages |
---|
fifo(n) - osx |
fifo(3tcl) - sunos |
fifo(3tcl) - minix |
fifo(7) - osx |
fifo(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Update kernel Linux without reboot?! |
Tar Command |
A (ksh) Library For and From UNIX.com |
32 bit process addressing more than 4GB |