Searched refs:mob_node (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource.c | 51 container_of(*new, struct vmw_resource, mob_node); in vmw_resource_mob_attach() 58 rb_link_node(&res->mob_node, parent, new); in vmw_resource_mob_attach() 59 rb_insert_color(&res->mob_node, &backup->res_tree); in vmw_resource_mob_attach() 74 rb_erase(&res->mob_node, &backup->res_tree); in vmw_resource_mob_detach() 75 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_mob_detach() 221 RB_CLEAR_NODE(&res->mob_node); in vmw_resource_init() 791 container_of(node, struct vmw_resource, mob_node); in vmw_resource_unbind_list() 1118 container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean() 1150 cur = rb_next(&found->mob_node); in vmw_resources_clean() 1154 found = container_of(cur, struct vmw_resource, mob_node); in vmw_resources_clean() [all...] |
H A D | vmwgfx_drv.h | 161 * @mob_node; Node for the MOB backup rbtree. Protected by @backup reserved. 183 struct rb_node mob_node; member 813 return !RB_EMPTY_NODE(&res->mob_node); in vmw_resource_mob_attached()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource.c | 52 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() [all...] |
H A D | vmwgfx_drv.h | 160 * @mob_node; Node for the MOB guest memory rbtree. Protected by 185 struct rb_node mob_node; member 850 return !RB_EMPTY_NODE(&res->mob_node); in vmw_resource_mob_attached()
|
Completed in 8 milliseconds