Query: kfifo_to_user
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_TO_USER(9) FIFO Buffer KFIFO_TO_USER(9)NAMEkfifo_to_user - gets data from the FIFO and write it to user spaceSYNOPSISint kfifo_to_user(struct kfifo * fifo, void __user * to, unsigned int len, unsigned * lenout);ARGUMENTSfifo the fifo to be used. to where the data must be copied. len the size of the destination buffer. lenout pointer to output variable with copied dataDESCRIPTIONThis function copies at most len bytes from the FIFO into the to buffer and 0 or -EFAULT. 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_TO_USER(9)
Related Man Pages |
---|
copyin(9) - freebsd |
copyout(9) - mojave |
copyinstr(9) - mojave |
copyin(9) - mojave |
copystr(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Cut command on RHEL 6.8 compatibility issues |
Tar Command |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |