Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dkfifo.c236 static unsigned long kfifo_copy_to_user(struct __kfifo *fifo, void __user *to, in kfifo_copy_to_user() function
284 ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied); in __kfifo_to_user()
538 ret = kfifo_copy_to_user(fifo, to, len, fifo->out + recsize, copied); in __kfifo_to_user_r()