Lines Matching defs:byte_count
423 int byte_count;
437 byte_count = 0;
464 buf->offset = (dma->byte_count + offset);
482 byte_count += PAGE_SIZE << page_order;
506 dma->byte_count += byte_count;
508 dma->page_count += byte_count >> PAGE_SHIFT;
531 int byte_count;
543 byte_count = 0;
564 buf->offset = (dma->byte_count + offset);
583 byte_count += PAGE_SIZE << page_order;
601 dma->byte_count += byte_count;
835 size = round_page(dma->byte_count);