Lines Matching refs:drm_buddy_block
47 struct drm_buddy_block *block, bool buddy) in __dump_block()
56 struct drm_buddy_block *block) in dump_block()
58 struct drm_buddy_block *buddy; in dump_block()
68 struct drm_buddy_block *block) in check_block()
70 struct drm_buddy_block *buddy; in check_block()
144 struct drm_buddy_block *block; in check_blocks()
145 struct drm_buddy_block *prev; in check_blocks()
205 struct drm_buddy_block *root; in check_mm()
206 struct drm_buddy_block *prev; in check_mm()
227 struct drm_buddy_block *block; in check_mm()
269 struct drm_buddy_block, link); in check_mm()
328 struct drm_buddy_block *block; in drm_test_buddy_alloc_pathological()
366 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pathological()
378 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pathological()
426 struct drm_buddy_block *block; in drm_test_buddy_alloc_smoke()
461 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_smoke()
499 struct drm_buddy_block *block, *bn; in drm_test_buddy_alloc_pessimistic()
526 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic()
538 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic()
567 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic()
582 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_pessimistic()
594 struct drm_buddy_block *block; in drm_test_buddy_alloc_optimistic()
621 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_optimistic()
657 struct drm_buddy_block *block; in drm_test_buddy_alloc_range()
668 block = list_first_entry_or_null(&tmp, struct drm_buddy_block, link); in drm_test_buddy_alloc_range()
698 struct drm_buddy_block *block; in drm_test_buddy_alloc_limit()
713 block = list_first_entry_or_null(&allocated, struct drm_buddy_block, link); in drm_test_buddy_alloc_limit()