Symbol: ttm_bo_type_kernel
sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd.c
338
bp.type = ttm_bo_type_kernel;
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
70
bp.type = ttm_bo_type_kernel;
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1146
BUG_ON(bo->tbo.type == ttm_bo_type_kernel);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1168
BUG_ON(bo->tbo.type == ttm_bo_type_kernel);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1195
BUG_ON(bo->tbo.type == ttm_bo_type_kernel);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1245
BUG_ON(bo->tbo.type == ttm_bo_type_kernel);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
141
if (abo->tbo.type == ttm_bo_type_kernel &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
1493
!bo->tbo.pin_count && bo->tbo.type != ttm_bo_type_kernel);
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
267
bp.type = ttm_bo_type_kernel;
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
638
.interruptible = (bp->type != ttm_bo_type_kernel),
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
642
.allow_res_evict = bp->type != ttm_bo_type_kernel,
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
680
if (bp->type != ttm_bo_type_kernel &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c
703
if (bp->type == ttm_bo_type_kernel)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1463
if (bo->type == ttm_bo_type_kernel &&
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
422
if (bo->type == ttm_bo_type_kernel)
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
256
bp.type = ttm_bo_type_kernel;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
217
if (bo->tbo.type == ttm_bo_type_kernel)
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
2341
if (bo->tbo.type == ttm_bo_type_kernel)
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
345
if (!bo || bo->tbo.type != ttm_bo_type_kernel)
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
493
if (bo->tbo.type == ttm_bo_type_kernel && bo->parent)
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
680
if (bo->tbo.type != ttm_bo_type_kernel) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_pt.c
471
bp.type = ttm_bo_type_kernel;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vram_mgr.c
469
if (tbo->type != ttm_bo_type_kernel)
sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
1523
ttm_bo_type_kernel;
sys/dev/pci/drm/i915/gem/i915_gem_ttm_move.c
211
if (bo->type == ttm_bo_type_kernel &&
sys/dev/pci/drm/radeon/radeon_object.c
142
type = ttm_bo_type_kernel;
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
142
if (bo_type != ttm_bo_type_kernel)
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
184
if (bo_type != ttm_bo_type_kernel)
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
93
.bo_type = ttm_bo_type_kernel,
sys/dev/pci/drm/ttm/ttm_tt.c
82
case ttm_bo_type_kernel: