bytes_this_round  736 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 	size_t bytes_this_round;
bytes_this_round  749 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 		bytes_this_round = min(cc->element->size - cc->element_offset,
bytes_this_round  754 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 				  bytes_this_round))
bytes_this_round  757 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 		cc->element_offset += bytes_this_round;
bytes_this_round  758 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 		total_bytes_copied += bytes_this_round;