Lines Matching defs:total
294 /* This assumes the DRM is in total control of AGP space.
725 int total;
740 total = PAGE_SIZE << page_order;
751 DRM_DEBUG("total: %d\n", total);
760 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
806 buf->total = alignment;
882 int total;
917 total = PAGE_SIZE << page_order;
1002 offset + size <= total && entry->buf_count < count;
1006 buf->total = alignment;
1094 int total;
1115 total = PAGE_SIZE << page_order;
1126 DRM_DEBUG("total: %d\n", total);
1168 buf->total = alignment;
1563 if (copy_to_user(&request->list[idx].total, &buf->total,
1564 sizeof(request->list[0].total)))