kfifo_dma_out_finish(9) centos man page | unix.com

Man Page: kfifo_dma_out_finish

Operating Environment: centos

Section: 9

KFIFO_DMA_OUT_FINISH(9) 					    FIFO Buffer 					   KFIFO_DMA_OUT_FINISH(9)

NAME
kfifo_dma_out_finish - finish a DMA OUT operation
SYNOPSIS
kfifo_dma_out_finish(fifo, len);
ARGUMENTS
fifo address of the fifo to be used len number of bytes transferd
DESCRIPTION
This macro finish a DMA OUT operation. The out counter will be updated by the len parameter. No error checking will be done. Note that with only one concurrent reader and one concurrent writer, you don't need extra locking to use these macros.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KFIFO_DMA_OUT_FINISH(9)
Related Man Pages
fifo(3tcl) - sunos
fifo(7) - osx
fifo(3tcl) - xfree86
fifo(3tcl) - plan9
fifo(3tcl) - bsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
How to increment version inside a file?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing