Home
last modified time | relevance | path

Searched refs:hole_stack (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/
H A Ddrm_mm.h167 struct list_head hole_stack; member
206 struct list_head hole_stack; member
278 return READ_ONCE(mm->hole_stack.next); in drm_mm_initialized()
395 for (pos = list_first_entry(&(mm)->hole_stack, \
396 typeof(*pos), hole_stack); \
397 &pos->hole_stack != &(mm)->hole_stack ? \
401 pos = list_next_entry(pos, hole_stack))
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c675 list_for_each_entry_safe(hole, next, &mm->hole_stack, hole_stack) { in igt_mmap_offset_exhaustion()
704 GEM_BUG_ON(!list_is_singular(&mm->hole_stack)); in igt_mmap_offset_exhaustion()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c1267 struct drm_mm_node *a = list_entry(A, typeof(*a), hole_stack); in sort_holes()
1268 struct drm_mm_node *b = list_entry(B, typeof(*b), hole_stack); in sort_holes()
1288 list_sort(NULL, &ggtt->vm.mm.hole_stack, sort_holes); in exercise_ggtt()