HomeSort by: relevance | last modified time | path
    Searched refs:shadow_list (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.c 96 if (!list_empty(&bo->shadow_list)) {
98 list_del_init(&bo->shadow_list);
562 INIT_LIST_HEAD(&bo->shadow_list);
653 list_add_tail(&bo->shadow->shadow_list, &adev->shadow_list);
amdgpu_object.h 114 struct list_head shadow_list; member in struct:amdgpu_bo
amdgpu.h 967 struct list_head shadow_list; member in struct:amdgpu_device
amdgpu_device.c 3019 INIT_LIST_HEAD(&adev->shadow_list);
3853 list_for_each_entry(shadow, &adev->shadow_list, shadow_list) {

Completed in 19 milliseconds