kfifo_from_user (9) Linux Manual Page
kfifo_from_user – puts some data from user space into the fifo Synopsis kfifo_from_user(fifo, from, len, copied); Arguments fifo address of the fifo to be used from pointer to the data to be added len the length of the data to be added copied pointer to output variable to store the number of copied bytes Description…
