Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c433 size_t bytes_this_round; in vchiq_ioc_copy_element_data() local
450 bytes_this_round = min(copy_context->current_element->size - in vchiq_ioc_copy_element_data()
454 if (bytes_this_round) in vchiq_ioc_copy_element_data()
468 bytes_this_round); in vchiq_ioc_copy_element_data()
473 copy_context->current_element_offset += bytes_this_round; in vchiq_ioc_copy_element_data()
474 copy_context->current_offset += bytes_this_round; in vchiq_ioc_copy_element_data()
486 return bytes_this_round; in vchiq_ioc_copy_element_data()