Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource.c59 container_of(*new, struct vmw_resource, mob_node); in vmw_resource_mob_attach()
66 rb_link_node(&res->mob_node, parent, new); in vmw_resource_mob_attach()
67 rb_insert_color(&res->mob_node, &backup->res_tree); in vmw_resource_mob_attach()
85 rb_erase(&res->mob_node, &backup->res_tree); in vmw_resource_mob_detach()
86 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_mob_detach()
232 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_init()
802 container_of(node, struct vmw_resource, mob_node); in vmw_resource_unbind_list()
1129 container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
1161 cur = rb_next(&found->mob_node); in vmw_resources_clean()
1165 found = container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean()
H A Dvmwgfx_drv.h193 struct rb_node mob_node; member