Home | History | Annotate | Download | only in drm

Lines Matching refs:hole_stack

378 	list_add(&node->hole_stack, &mm->hole_stack);
385 list_del(&node->hole_stack);
480 return list_first_entry_or_null(&mm->hole_stack,
482 hole_stack);
515 node = list_next_entry(node, hole_stack);
516 return &node->hole_stack == &mm->hole_stack ? NULL : node;
767 list_replace(&old->hole_stack, &new->hole_stack);
1012 DRM_MM_BUG_ON(list_empty(&mm->hole_stack));
1019 * in the hole_stack list, but due to side-effects in the driver it
1022 list_for_each_entry(hole, &mm->hole_stack, hole_stack) {
1032 DRM_MM_BUG_ON(&hole->hole_stack == &mm->hole_stack);
1033 if (unlikely(&hole->hole_stack == &mm->hole_stack))
1063 INIT_LIST_HEAD(&mm->hole_stack);