Home
last modified time | relevance | path

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

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