1KFIFO_PEEK_LEN(9) FIFO Buffer KFIFO_PEEK_LEN(9)
23
4
NAME
6kfifo_peek_len - gets the size of the next fifo record
7
SYNOPSIS
9kfifo_peek_len(fifo);
10
ARGUMENTS
12fifo
13address of the fifo to be used
14
DESCRIPTION
16This function returns the size of the next fifo record in number of
17bytes.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 KFIFO_PEEK_LEN(9)