centos man page for kfifo_out_peek

Query: kfifo_out_peek

OS: centos

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 - gets some data from the fifo
SYNOPSIS
kfifo_out_peek(fifo, buf, n);
ARGUMENTS
fifo address of the fifo to be used buf pointer to the storage buffer n max. number of elements to get
DESCRIPTION
This macro get the data from the fifo and return the numbers of elements copied. The data is not removed from the fifo. Note that with only one concurrent reader and one concurrent writer, you don't need extra locking to use these macro.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KFIFO_OUT_PEEK(9)
Related Man Pages
fifo(n) - mojave
fifo(3tcl) - debian
fifo(3tcl) - sunos
fifo(3tcl) - v7
fifo(3tcl) - opensolaris
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it