Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c52 container_of(*new, struct vmw_resource, mob_node); in vmw_resource_mob_attach()
59 rb_link_node(&res->mob_node, parent, new); in vmw_resource_mob_attach()
60 rb_insert_color(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_attach()
75 rb_erase(&res->mob_node, &gbo->res_tree); in vmw_resource_mob_detach()
76 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_mob_detach()
223 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_init()
762 container_of(node, struct vmw_resource, mob_node); in vmw_resource_unbind_list()
1090 container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
1122 cur = rb_next(&found->mob_node); in vmw_resources_clean()
1126 found = container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
Dvmwgfx_drv.h185 struct rb_node mob_node; member
850 return !RB_EMPTY_NODE(&res->mob_node); in vmw_resource_mob_attached()