Query: kfifo_peek
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KFIFO_PEEK(9) FIFO Buffer KFIFO_PEEK(9)NAMEkfifo_peek - get data from the fifo without removingSYNOPSISkfifo_peek(fifo, val);ARGUMENTSfifo address of the fifo to be used val the var where to store the data to be addedDESCRIPTIONThis reads the data from the fifo without removing it from the fifo. It returns 0 if the fifo was empty. Otherwise it returns the number processed elements. Note that with only one concurrent reader and one concurrent writer, you don't need extra locking to use these macro.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KFIFO_PEEK(9)
Related Man Pages |
---|
fifo(n) - osx |
fifo(3tcl) - minix |
fifo(3tcl) - bsd |
fifo(3tcl) - opensolaris |
fifo(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
Tar Command |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |