Lines Matching defs:check
109 struct drm_mm_node *node, *check, *found;
137 drm_mm_for_each_node_in_range(check, mm, addr, addr + size) {
138 if (node != check) {
140 node->start, check->start);
143 found = check;
272 * check that the debug iterator doesn't explode over a trivial drm_mm.
380 /* For exercising drm_mm_reserve_node(), we want to check that
464 /* Remove several, reinsert, check full */
578 /* Fill a range with lots of nodes, check it doesn't fail too early */
659 /* Remove several, reinsert, check full */
737 * then replacing it with the intended node. We want to check that
1163 * arbitrary alignments and check that the inserted node
1556 /* First check that using the scanner doesn't break the mm */
1743 * from a suitable hole at the top of the drm_mm. We check that
2041 /* Color adjustment complicates everything. First we just check
2044 * any two nodes, and so after each insertion we check that those