Searched refs:pending_unbind (Results 1 – 3 of 3) sorted by relevance
119 vma_res_itree_remove(vma_res, &vm->pending_unbind); in __i915_vma_resource_unhold() 248 vma_res_itree_insert(vma_res, &vma_res->vm->pending_unbind); in i915_vma_resource_unbind() 307 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_sync() 338 node = vma_res_itree_iter_first(&vm->pending_unbind, 0, in i915_vma_resource_bind_dep_sync_all() 394 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_await()
272 vm->pending_unbind = RB_ROOT_CACHED; in i915_address_space_init()
305 struct rb_root_cached pending_unbind; member