kfifo_to_user(9) suse man page | unix.com

Man Page: kfifo_to_user

Operating Environment: suse

Section: 9

KFIFO_TO_USER(9)						    FIFO Buffer 						  KFIFO_TO_USER(9)

NAME
kfifo_to_user - gets data from the FIFO and write it to user space
SYNOPSIS
int kfifo_to_user(struct kfifo * fifo, void __user * to, unsigned int len, unsigned * lenout);
ARGUMENTS
fifo 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 data
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KFIFO_TO_USER(9)
Related Man Pages
copyout(9) - mojave
copyinstr(9) - mojave
copyin(9) - mojave
fifo(4) - redhat
copyin_nofault(9) - freebsd
Similar Topics in the Unix Linux Community
Change directory error
Migrating to UNIX
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com
Docker learning Phase-I