kfifo_reset_out(9) centos man page | unix.com

Man Page: kfifo_reset_out

Operating Environment: centos

Section: 9

KFIFO_RESET_OUT(9)						    FIFO Buffer 						KFIFO_RESET_OUT(9)

NAME
kfifo_reset_out - skip fifo content
SYNOPSIS
kfifo_reset_out(fifo);
ARGUMENTS
fifo address of the fifo to be used
NOTE
The usage of kfifo_reset_out is safe until it will be only called from the reader thread and there is only one concurrent reader. Otherwise it is dangerous and must be handled in the same way as kfifo_reset.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KFIFO_RESET_OUT(9)
Related Man Pages
fifo(n) - osx
fifo(3tcl) - minix
fifo(3tcl) - xfree86
fifo(3tcl) - plan9
fifo(3tcl) - opensolaris
Similar Topics in the Unix Linux Community
CentOS7 restoring file capabilities
Docker learning Phase-I
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq