Searched refs:head_bytes (Results 1 – 1 of 1) sorted by relevance
465 int head_bytes, tail_bytes; in vchiq_complete_bulk() local471 head_bytes = (g_cache_line_size - pagelist->offset) & in vchiq_complete_bulk()476 if ((actual >= 0) && (head_bytes != 0)) { in vchiq_complete_bulk()477 if (head_bytes > actual) in vchiq_complete_bulk()478 head_bytes = actual; in vchiq_complete_bulk()482 bi->buf, head_bytes); in vchiq_complete_bulk()484 kcopy(fragments, bi->buf, head_bytes); in vchiq_complete_bulk()487 if ((actual >= 0) && (head_bytes < actual) && in vchiq_complete_bulk()