Lines Matching defs:byte_count
784 int byte_count;
800 byte_count = 0;
868 buf->offset = (dma->byte_count + offset);
891 byte_count += PAGE_SIZE << page_order;
894 DRM_DEBUG("byte_count: %d\n", byte_count);
914 dma->page_count += byte_count >> PAGE_SHIFT;
915 dma->byte_count += byte_count;
948 int byte_count;
1034 byte_count = 0;
1067 buf->offset = (dma->byte_count + byte_count + offset);
1092 byte_count += PAGE_SIZE << page_order;
1123 dma->byte_count += PAGE_SIZE * (entry->seg_count << page_order);
1153 int byte_count;
1175 byte_count = 0;
1230 buf->offset = (dma->byte_count + offset);
1254 byte_count += PAGE_SIZE << page_order;
1257 DRM_DEBUG("byte_count: %d\n", byte_count);
1277 dma->page_count += byte_count >> PAGE_SHIFT;
1278 dma->byte_count += byte_count;
1590 virtual = vm_mmap(file_priv->filp, 0, dma->byte_count,