Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c773 size_t bytes_this_round; in vchiq_ioc_copy_element_data() local
790 bytes_this_round = min(copy_context->current_element->size - in vchiq_ioc_copy_element_data()
794 if (bytes_this_round) in vchiq_ioc_copy_element_data()
808 bytes_this_round); in vchiq_ioc_copy_element_data()
813 copy_context->current_element_offset += bytes_this_round; in vchiq_ioc_copy_element_data()
814 copy_context->current_offset += bytes_this_round; in vchiq_ioc_copy_element_data()
826 return bytes_this_round; in vchiq_ioc_copy_element_data()