suse man page for kfifo_out_peek

Query: kfifo_out_peek

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KFIFO_OUT_PEEK(9)						    FIFO Buffer 						 KFIFO_OUT_PEEK(9)

NAME
kfifo_out_peek - copy some data from the FIFO, but do not remove it
SYNOPSIS
unsigned int kfifo_out_peek(struct kfifo * fifo, void * to, unsigned int len, unsigned offset);
ARGUMENTS
fifo the fifo to be used. to where the data must be copied. len the size of the destination buffer. offset offset into the fifo
DESCRIPTION
This function copies at most len bytes at offset from the FIFO into the to buffer and returns the number of copied bytes. The data is not removed from the FIFO.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KFIFO_OUT_PEEK(9)
Related Man Pages
fifo(3tcl) - debian
fifo(3tcl) - sunos
fifo(3tcl) - minix
fifo(3tcl) - php
gstreamer::buffer(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Tar Command