other versions
- stretch 4.9.168-1
KFIFO_RESET(9) | FIFO Buffer | KFIFO_RESET(9) |
NAME¶
kfifo_reset - removes the entire fifo contentSYNOPSIS¶
kfifo_reset(fifo);
ARGUMENTS¶
fifoaddress of the fifo to be used
NOTE¶
usage of kfifo_reset is dangerous. It should be only called when the fifo is exclusived locked or when it is secured that no other thread is accessing the fifo.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |