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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c 51 struct list_head cleanup_list; member in struct:vmw_fence_manager
311 list_splice_init(&fman->cleanup_list, &list);
348 INIT_LIST_HEAD(&fman->cleanup_list);
370 list_empty(&fman->cleanup_list);
418 list_add_tail(&action->head, &fman->cleanup_list);
540 if (!list_empty(&fman->cleanup_list))
vmwgfx_fence.c 51 struct list_head cleanup_list; member in struct:vmw_fence_manager
311 list_splice_init(&fman->cleanup_list, &list);
348 INIT_LIST_HEAD(&fman->cleanup_list);
370 list_empty(&fman->cleanup_list);
418 list_add_tail(&action->head, &fman->cleanup_list);
540 if (!list_empty(&fman->cleanup_list))

Completed in 25 milliseconds