Lines Matching defs:total
294 /* This assumes the DRM is in total control of AGP space.
728 int total;
743 total = PAGE_SIZE << page_order;
754 DRM_DEBUG("total: %d\n", total);
763 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
809 buf->total = alignment;
885 int total;
920 total = PAGE_SIZE << page_order;
995 dmah->size = total;
1021 offset + size <= total && entry->buf_count < count;
1025 buf->total = alignment;
1113 int total;
1134 total = PAGE_SIZE << page_order;
1145 DRM_DEBUG("total: %d\n", total);
1187 buf->total = alignment;
1582 if (copy_to_user(&request->list[idx].total, &buf->total,
1583 sizeof(request->list[0].total)))