Symbol: gpu_buddy_free_list
drivers/gpu/buddy.c
644
EXPORT_SYMBOL(gpu_buddy_free_list);
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
618
gpu_buddy_free_list(mm, &vres->blocks, 0);
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
653
gpu_buddy_free_list(mm, &vres->blocks, vres->flags);
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
969
gpu_buddy_free_list(&mgr->mm, &rsv->allocated, 0);
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
130
gpu_buddy_free_list(mm, &bman_res->blocks, 0);
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
145
gpu_buddy_free_list(&bman->mm, &bman_res->blocks, 0);
drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
349
gpu_buddy_free_list(mm, &bman->reserved, 0);
drivers/gpu/drm/ttm/tests/ttm_mock_manager.c
70
gpu_buddy_free_list(mm, &mock_res->blocks, 0);
drivers/gpu/drm/ttm/tests/ttm_mock_manager.c
85
gpu_buddy_free_list(mm, &mock_res->blocks, 0);
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
181
gpu_buddy_free_list(mm, &vres->blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
1003
gpu_buddy_free_list(&mm, &allocated, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
1052
gpu_buddy_free_list(&mm, &middle, 0);
drivers/gpu/tests/gpu_buddy_test.c
1062
gpu_buddy_free_list(&mm, &right, 0);
drivers/gpu/tests/gpu_buddy_test.c
1077
gpu_buddy_free_list(&mm, &left, 0);
drivers/gpu/tests/gpu_buddy_test.c
1089
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
1158
gpu_buddy_free_list(&mm, &holes, 0);
drivers/gpu/tests/gpu_buddy_test.c
1170
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
1265
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
1311
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
1346
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
1365
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
146
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
170
gpu_buddy_free_list(&mm, &freed, 0);
drivers/gpu/tests/gpu_buddy_test.c
184
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
235
gpu_buddy_free_list(&mm, &clear_list, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
236
gpu_buddy_free_list(&mm, &dirty_list, 0);
drivers/gpu/tests/gpu_buddy_test.c
242
gpu_buddy_free_list(&mm, &test_blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
278
gpu_buddy_free_list(&mm, &free_list, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
282
gpu_buddy_free_list(&mm, &reverse_list, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
376
gpu_buddy_free_list(&mm, &tmp, 0);
drivers/gpu/tests/gpu_buddy_test.c
386
gpu_buddy_free_list(&mm, &tmp, 0);
drivers/gpu/tests/gpu_buddy_test.c
426
gpu_buddy_free_list(&mm, &tmp, 0);
drivers/gpu/tests/gpu_buddy_test.c
433
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
493
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
525
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
570
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
595
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
620
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
645
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
652
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
704
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
735
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
764
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
814
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
851
gpu_buddy_free_list(&mm, &blocks, 0);
drivers/gpu/tests/gpu_buddy_test.c
886
gpu_buddy_free_list(&mm, &allocated, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
914
gpu_buddy_free_list(&mm, &clean, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
925
gpu_buddy_free_list(&mm, &clean, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
926
gpu_buddy_free_list(&mm, &dirty, 0);
drivers/gpu/tests/gpu_buddy_test.c
956
gpu_buddy_free_list(&mm, &clean, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
957
gpu_buddy_free_list(&mm, &dirty, 0);
drivers/gpu/tests/gpu_buddy_test.c
97
gpu_buddy_free_list(&mm, &allocated[i], 0);
drivers/gpu/tests/gpu_buddy_test.c
975
gpu_buddy_free_list(&mm, &allocated, 0);
drivers/gpu/tests/gpu_buddy_test.c
993
gpu_buddy_free_list(&mm, &allocated, GPU_BUDDY_CLEARED);
drivers/gpu/tests/gpu_buddy_test.c
998
gpu_buddy_free_list(&mm, &allocated, GPU_BUDDY_CLEARED);
include/linux/gpu_buddy.h
275
void gpu_buddy_free_list(struct gpu_buddy *mm,