Home
last modified time | relevance | path

Searched refs:mob_node (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c53 container_of(*new, struct vmw_resource, mob_node); in vmw_resource_mob_attach()
60 rb_link_node(&res->mob_node, parent, new); in vmw_resource_mob_attach()
61 rb_insert_color(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_attach()
77 rb_erase(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_detach()
78 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_mob_detach()
225 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_init()
771 container_of(node, struct vmw_resource, mob_node); in vmw_resource_unbind_list()
1116 container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
1139 cur = rb_next(&found->mob_node); in vmw_resources_clean()
1143 found = container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
H A Dvmwgfx_drv.h168 struct rb_node mob_node; member
842 return !RB_EMPTY_NODE(&res->mob_node); in vmw_resource_mob_attached()
H A Dvmwgfx_bo.c880 res = rb_entry(rb_itr, struct vmw_resource, mob_node); in vmw_bo_surface()