Home
last modified time | relevance | path

Searched refs:RB_EMPTY_ROOT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Drbtree.h87 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root) macro
/dragonfly/sys/dev/drm/i915/
H A Dintel_breadcrumbs.c847 WARN_ON(!RB_EMPTY_ROOT(&b->waiters)); in intel_engine_fini_breadcrumbs()
849 WARN_ON(!RB_EMPTY_ROOT(&b->signals)); in intel_engine_fini_breadcrumbs()
H A Di915_gem_userptr.c126 if (RB_EMPTY_ROOT(&mn->objects)) in i915_gem_userptr_mn_invalidate_range_start()
H A Di915_gem.c4865 GEM_BUG_ON(!RB_EMPTY_ROOT(&obj->vma_tree)); in __i915_gem_free_objects()
/dragonfly/sys/dev/drm/
H A Ddrm_prime.c900 WARN_ON(!RB_EMPTY_ROOT(&prime_fpriv->dmabufs)); in drm_prime_destroy_file_private()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_vm.c1236 if (!RB_EMPTY_ROOT(&vm->va)) {
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vm.c2818 if (!RB_EMPTY_ROOT(&vm->va.rb_root) || vm->root.entries) { in amdgpu_vm_make_compute()
2928 if (!RB_EMPTY_ROOT(&vm->va.rb_root)) {