1KFIFO_PEEK_REC(9)                 FIFO Buffer                KFIFO_PEEK_REC(9)
2
3
4

NAME

6       kfifo_peek_rec - gets the size of the next FIFO record data
7

SYNOPSIS

9       __must_check unsigned int kfifo_peek_rec(struct kfifo * fifo,
10                                                unsigned int recsize);
11

ARGUMENTS

13       fifo
14           the fifo to be used.
15
16       recsize
17           size of record field
18

DESCRIPTION

20       This function returns the size of the next FIFO record in number of
21       bytes
22
24Kernel Hackers Manual 2.6.       November 2011               KFIFO_PEEK_REC(9)
Impressum