__copied          595 include/linux/kfifo.h 	unsigned int *__copied = (copied); \
__copied          599 include/linux/kfifo.h 	__kfifo_from_user_r(__kfifo, __from, __len,  __copied, __recsize) : \
__copied          600 include/linux/kfifo.h 	__kfifo_from_user(__kfifo, __from, __len, __copied); \
__copied          623 include/linux/kfifo.h 	unsigned int *__copied = (copied); \
__copied          627 include/linux/kfifo.h 	__kfifo_to_user_r(__kfifo, __to, __len, __copied, __recsize) : \
__copied          628 include/linux/kfifo.h 	__kfifo_to_user(__kfifo, __to, __len, __copied); \