Lines Matching refs:copied
190 unsigned int *copied) in kfifo_copy_from_user() argument
218 *copied = len - ret * esize; in kfifo_copy_from_user()
224 unsigned long len, unsigned int *copied) in __kfifo_from_user() argument
238 ret = kfifo_copy_from_user(fifo, from, len, fifo->in, copied); in __kfifo_from_user()
250 unsigned int len, unsigned int off, unsigned int *copied) in kfifo_copy_to_user() argument
278 *copied = len - ret * esize; in kfifo_copy_to_user()
284 unsigned long len, unsigned int *copied) in __kfifo_to_user() argument
297 ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied); in __kfifo_to_user()
513 unsigned long len, unsigned int *copied, size_t recsize) in __kfifo_from_user_r() argument
520 *copied = 0; in __kfifo_from_user_r()
526 ret = kfifo_copy_from_user(fifo, from, len, fifo->in + recsize, copied); in __kfifo_from_user_r()
528 *copied = 0; in __kfifo_from_user_r()
537 unsigned long len, unsigned int *copied, size_t recsize) in __kfifo_to_user_r() argument
543 *copied = 0; in __kfifo_to_user_r()
551 ret = kfifo_copy_to_user(fifo, to, len, fifo->out + recsize, copied); in __kfifo_to_user_r()
553 *copied = 0; in __kfifo_to_user_r()