HomeSort by: relevance | last modified time | path
    Searched defs:head_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_2835_arm.c 465 int head_bytes, tail_bytes; local in function:vchiq_complete_bulk
471 head_bytes = (g_cache_line_size - pagelist->offset) &
476 if ((actual >= 0) && (head_bytes != 0)) {
477 if (head_bytes > actual)
478 head_bytes = actual;
482 bi->buf, head_bytes);
484 kcopy(fragments, bi->buf, head_bytes);
487 if ((actual >= 0) && (head_bytes < actual) &&
vchiq_2835_arm.c 465 int head_bytes, tail_bytes; local in function:vchiq_complete_bulk
471 head_bytes = (g_cache_line_size - pagelist->offset) &
476 if ((actual >= 0) && (head_bytes != 0)) {
477 if (head_bytes > actual)
478 head_bytes = actual;
482 bi->buf, head_bytes);
484 kcopy(fragments, bi->buf, head_bytes);
487 if ((actual >= 0) && (head_bytes < actual) &&

Completed in 44 milliseconds