kfifo_put (9) Linux Manual Page
kfifo_put – put data into the fifo Synopsis kfifo_put(fifo, val); Arguments fifo address of the fifo to be used val the data to be added Description This macro copies the given value into the fifo. It returns 0 if the fifo was full. Otherwise it returns the number processed elements. Note that with only one…
