Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_2835_arm.c465 int head_bytes, tail_bytes; in vchiq_complete_bulk() local
471 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()