Symbol: ttm_bo_type_kernel
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd.c
286
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_benchmark.c
88
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_fb.c
157
ttm_bo_type_kernel, NULL, &gobj);
sys/dev/drm/amd/amdgpu/amdgpu_gart.c
124
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1347
!bo->pin_count && bo->tbo.type != ttm_bo_type_kernel);
sys/dev/drm/amd/amdgpu/amdgpu_object.c
257
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_object.c
424
.interruptible = (bp->type != ttm_bo_type_kernel),
sys/dev/drm/amd/amdgpu/amdgpu_object.c
458
if (bp->type != ttm_bo_type_kernel &&
sys/dev/drm/amd/amdgpu/amdgpu_object.c
494
if (bp->type == ttm_bo_type_kernel)
sys/dev/drm/amd/amdgpu/amdgpu_object.c
558
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_test.c
68
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1702
bp.type = ttm_bo_type_kernel;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
540
if (bo->type == ttm_bo_type_kernel)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2895
if (bo->tbo.type == ttm_bo_type_kernel)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
306
if (bo->tbo.type == ttm_bo_type_kernel)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
409
if (bo->tbo.type == ttm_bo_type_kernel)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
762
if (bo->tbo.type != ttm_bo_type_kernel) {
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
927
bp->type = ttm_bo_type_kernel;
sys/dev/drm/radeon/radeon_object.c
192
type = ttm_bo_type_kernel;
sys/dev/drm/ttm/ttm_tt.c
69
case ttm_bo_type_kernel: