kfifo_copy_to_user
ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied);
ret = kfifo_copy_to_user(fifo, to, len, fifo->out + recsize, copied);