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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c52 container_of(*new, struct vmw_resource, mob_node);
59 rb_link_node(&res->mob_node, parent, new);
60 rb_insert_color(&res->mob_node, &gbo->res_tree);
75 rb_erase(&res->mob_node, &gbo->res_tree);
76 RB_CLEAR_NODE(&res->mob_node);
223 RB_CLEAR_NODE(&res->mob_node);
762 container_of(node, struct vmw_resource, mob_node);
1107 container_of(cur, struct vmw_resource, mob_node);
1130 cur = rb_next(&found->mob_node);
1134 found = container_of(cur, struct vmw_resource, mob_node);
[all...]
H A Dvmwgfx_drv.h143 * @mob_node; Node for the MOB guest memory rbtree. Protected by
168 struct rb_node mob_node; member in struct:vmw_resource
827 return !RB_EMPTY_NODE(&res->mob_node);

Completed in 238 milliseconds