Searched refs:kfifo_copy_to_user (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/lib/
H A Dkfifo.c249 static unsigned long kfifo_copy_to_user(struct __kfifo *fifo, void __user *to, kfifo_copy_to_user() function
297 ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied); __kfifo_to_user()
551 ret = kfifo_copy_to_user(fifo, to, len, fifo->out + recsize, copied); __kfifo_to_user_r()

Completed in 41 milliseconds