Searched refs:bytes_this_round (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c75 size_t bytes_this_round; local
88 bytes_this_round = min(cc->element->size - cc->element_offset,
93 bytes_this_round))
96 cc->element_offset += bytes_this_round;
97 total_bytes_copied += bytes_this_round;

Completed in 266 milliseconds