Lines Matching full: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()
424 obj = igt_object_create(mem, &objects, size, I915_BO_ALLOC_CONTIGUOUS); in igt_mock_splintered_region()
432 obj = igt_object_create(mem, &objects, rounddown_pow_of_two(size), in igt_mock_splintered_region()
442 close_objects(mem, &objects); in igt_mock_splintered_region()
463 LIST_HEAD(objects); in igt_mock_max_segment()
487 obj = igt_object_create(mem, &objects, size, 0); in igt_mock_max_segment()
527 close_objects(mem, &objects); in igt_mock_max_segment()
566 LIST_HEAD(objects); in igt_mock_io_size()
597 obj = igt_object_create(mr, &objects, size, in igt_mock_io_size()
620 obj = igt_object_create(mr, &objects, io_size, in igt_mock_io_size()
628 close_objects(mr, &objects); in igt_mock_io_size()
636 obj = igt_object_create(mr, &objects, size, 0); in igt_mock_io_size()
657 obj = igt_object_create(mr, &objects, ps, 0); in igt_mock_io_size()
665 close_objects(mr, &objects); in igt_mock_io_size()