Home
last modified time | relevance | path

Searched refs:RB_ROOT_CACHED (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Drbtree.h179 #define RB_ROOT_CACHED (struct rb_root_cached) { NULL } macro
181 #define RB_ROOT_CACHED (struct rb_root_cached) { { NULL } } macro
/openbsd/sys/dev/pci/drm/
H A Ddrm_mm.c948 mm->interval_tree = RB_ROOT_CACHED; in drm_mm_init()
949 mm->holes_size = RB_ROOT_CACHED; in drm_mm_init()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_scheduler.c478 sched_engine->queue = RB_ROOT_CACHED; in i915_sched_engine_create()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gtt.c247 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
H A Dintel_execlists_submission.c3231 sched_engine->queue = RB_ROOT_CACHED; in execlists_reset_cancel()
/openbsd/sys/dev/pci/drm/scheduler/
H A Dsched_main.c134 rq->rb_tree_root = RB_ROOT_CACHED; in drm_sched_rq_init()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_vm.c1187 vm->va = RB_ROOT_CACHED; in radeon_vm_init()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c2225 vm->va = RB_ROOT_CACHED; in amdgpu_vm_init()
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_svm.c3203 svms->objects = RB_ROOT_CACHED; in svm_range_list_init()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c1929 sched_engine->queue = RB_ROOT_CACHED; in guc_cancel_sched_engine_requests()