1__KFIFO_RESET(9) FIFO Buffer __KFIFO_RESET(9)
2
3
4
6 __kfifo_reset - removes the entire FIFO contents, no locking version
7
9 void __kfifo_reset(struct kfifo * fifo);
10
12 fifo
13 the fifo to be emptied.
14
16Kernel Hackers Manual 2.6. June 2019 __KFIFO_RESET(9)