USER_COPY_SIZE    607 drivers/misc/pti.c 	size_t size = USER_COPY_SIZE;
USER_COPY_SIZE    621 drivers/misc/pti.c 		if (len - n > USER_COPY_SIZE)
USER_COPY_SIZE    622 drivers/misc/pti.c 			size = USER_COPY_SIZE;