HomeSort by: relevance | last modified time | path
    Searched defs:cotable_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.c 55 * @cotable_head: List head for the cotable-to_view list.
72 struct list_head cotable_head; /* Protected by binding_mutex */ member in struct:vmw_view
141 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
146 list_del_init(&view->cotable_head);
192 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
230 list_del_init(&view->cotable_head);
376 INIT_LIST_HEAD(&view->cotable_head);
445 list_for_each_entry_safe(entry, next, list, cotable_head)
vmwgfx_shader.c 58 struct list_head cotable_head; member in struct:vmw_dx_shader
370 &shader->cotable_head);
376 list_del_init(&shader->cotable_head);
399 if (!list_empty(&shader->cotable_head) || !shader->committed)
414 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head);
485 if (list_empty(&shader->cotable_head))
501 list_del_init(&shader->cotable_head);
559 list_for_each_entry_safe(entry, next, list, cotable_head) {
635 INIT_LIST_HEAD(&shader->cotable_head);

Completed in 12 milliseconds