Lines Matching refs:objects
33 struct list_head *objects) in close_objects() argument
38 list_for_each_entry_safe(obj, on, objects, st_link) { in close_objects()
62 LIST_HEAD(objects); in igt_mock_fill()
85 list_add(&obj->st_link, &objects); in igt_mock_fill()
101 close_objects(mem, &objects); in igt_mock_fill()
108 struct list_head *objects, in igt_object_create() argument
123 list_add(&obj->st_link, objects); in igt_object_create()
166 LIST_HEAD(objects); in igt_mock_reserve()
211 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_reserve()
229 close_objects(mem, &objects); in igt_mock_reserve()
241 LIST_HEAD(objects); in igt_mock_contiguous()
252 obj = igt_object_create(mem, &objects, PAGE_SIZE, in igt_mock_contiguous()
266 obj = igt_object_create(mem, &objects, total, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_contiguous()
284 obj = igt_object_create(mem, &objects, target, in igt_mock_contiguous()
318 list = &objects; in igt_mock_contiguous()
334 obj = igt_object_create(mem, &objects, target, 0); in igt_mock_contiguous()
350 obj = igt_object_create(mem, &objects, target, in igt_mock_contiguous()
363 list_splice_tail(&holes, &objects); in igt_mock_contiguous()
364 close_objects(mem, &objects); in igt_mock_contiguous()
376 LIST_HEAD(objects); in igt_mock_splintered_region()
391 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_splintered_region()
414 close_objects(mem, &objects); in igt_mock_splintered_region()
416 obj = igt_object_create(mem, &objects, roundup_pow_of_two(size), in igt_mock_splintered_region()
425 obj = igt_object_create(mem, &objects, size, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
434 close_objects(mem, &objects); in igt_mock_splintered_region()
455 LIST_HEAD(objects); in igt_mock_max_segment()
479 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_max_segment()
519 close_objects(mem, &objects); in igt_mock_max_segment()
558 LIST_HEAD(objects); in igt_mock_io_size()
589 obj = igt_object_create(mr, &objects, size, in igt_mock_io_size()
612 obj = igt_object_create(mr, &objects, io_size, in igt_mock_io_size()
620 close_objects(mr, &objects); in igt_mock_io_size()
628 obj = igt_object_create(mr, &objects, size, 0); in igt_mock_io_size()
649 obj = igt_object_create(mr, &objects, ps, 0); in igt_mock_io_size()
657 close_objects(mr, &objects); in igt_mock_io_size()