Lines Matching defs:start
99 * (&drm_mm_node.start).
160 /** @start: Start address of the allocated block. */
161 u64 start;
198 * can adjust the start and end as needed to e.g. insert guard pages.
202 u64 *start, u64 *end);
208 * according to the (increasing) start address of the memory node. */
300 return hole_node->start + hole_node->size;
304 * drm_mm_hole_node_start - computes the start of the hole following @node
322 return list_next_entry(hole_node, node_list)->start;
382 * @hole_start: ulong variable to assign the hole start to on each iteration
412 u64 start,
467 void drm_mm_init(struct drm_mm *mm, u64 start, u64 size);
484 __drm_mm_interval_first(const struct drm_mm *mm, u64 start, u64 last);
492 * @end__: ending offset, the last node will start before this (but may overlap)
495 * between @start and @end. It is implemented similarly to list_for_each(),
499 * If [@start, @end] are beyond the range of the drm_mm, the iterator may walk
505 node__->start < (end__); \
511 u64 start, u64 end,