1KFIFO_PEEK_REC(9) FIFO Buffer KFIFO_PEEK_REC(9)
23
4
NAME
6kfifo_peek_rec - gets the size of the next FIFO record data
7
SYNOPSIS
9__must_check unsigned int kfifo_peek_rec(struct kfifo * fifo,
10unsigned int recsize);
11
ARGUMENTS
13fifo
14the fifo to be used.
1516
recsize
17size of record field
18
DESCRIPTION
20This function returns the size of the next FIFO record in number of
21bytes
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 KFIFO_PEEK_REC(9)