Lines Matching refs:byte_count
551 int byte_count;
567 byte_count = 0;
623 buf->offset = (dma->byte_count + offset);
646 byte_count += PAGE_SIZE << page_order;
649 DRM_DEBUG("byte_count: %d\n", byte_count);
672 dma->page_count += byte_count >> PAGE_SHIFT;
673 dma->byte_count += byte_count;
702 int byte_count;
724 byte_count = 0;
781 buf->offset = (dma->byte_count + offset);
805 byte_count += PAGE_SIZE << page_order;
808 DRM_DEBUG("byte_count: %d\n", byte_count);
828 dma->byte_count += byte_count;
1110 size = round_page(dma->byte_count);