Lines Matching defs:size
61 * a number of search trees. These trees are oranised by size, by address and
160 /** @size: Size of the allocated block. */
161 u64 size;
195 * other arguments are the size of the block to be allocated. The driver
229 u64 size;
298 return hole_node->start + hole_node->size;
407 u64 size,
418 * @size: size of the allocation
433 u64 size, u64 alignment,
438 size, alignment, color,
446 * @size: size of the allocation
458 u64 size)
460 return drm_mm_insert_node_generic(mm, node, size, 0, 0, 0);
465 void drm_mm_init(struct drm_mm *mm, u64 start, u64 size);
508 u64 size, u64 alignment, unsigned long color,
516 * @size: size of the allocation
533 u64 size,
539 size, alignment, color,